@extends('master.app') @section('title', 'Invoice ') @section('pageCSS') @endsection @section('body') Create Invoice @include('general.valert') @csrf @method('post') Choose Type Finished goods @if ($btype == 2) Row Material Printing Pressing @endif Invoice Number Title Choose Currency @foreach ($currencies as $row) id == 1) {{ 'selected' }} @endif> {{ $row->title_en }} @endforeach Exchange Rate @if ($bdate == 1) @else Date @endif Next @endsection @section('pageJs') @endsection