{{ __('Create Purchase ') }}
@can('purchase-read')
{{ __('Purchase List ') }}
@endcan
@csrf @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@foreach ($suppliers as $party) @endforeach @foreach ($accounts as $account) @endforeach
{{ __('SL') }} {{ __(' Product Name') }} {{ __(' Unit') }} {{ __('Qty') }} {{ __('Price') }}
{{ __('No result found') }}
{{ __('Subtotal') }}
{{ __('Discount') }}
{{ __('Vat') }}
{{ __('Total Payable') }}
{{ __('Paid') }}
{{ __('Submit') }}