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