@extends('front.layouts.main') @section('header_style') Afa @endsection @section('content')
Supplier Name: {{ $supplierdetails->supplier_name }} Phone: {{ $supplierdetails->supplier_tell }} Email: {{ $supplierdetails->email }}
Address: {{ $supplierdetails->address }}

@foreach($products as $item) @endforeach
Item Quantity Price Total
{{ $item->name ?? 'None' }} Bar code: {{ $item->m_barcode ?? 'None'}}
{{ $item->description ?? 'None'}}
{{ $item->quantity ?? 'None'}} {{ $item->cost ?? 'None'}} {{ $item->cost * $item->quantity ?? 'None'}}
Total {{ $supplierTotalAmount }} BDT.


Received by:.............................
Issued by:.............................


Date Type Amount
{{ $paymentList->created_at}} Cash {{ $paymentList->total_amount }} BDT.
paid {{ $paymentList->paid }} BDT.
Due {{ $paymentList->due }} BDT.

Powered by: Ruby pos

@endsection