@extends('front.layouts.main') @section('header_style') @endsection @section('content')
Print
All types of Cosmetics Importer,Seller
H#25, R#12, Nikunja-12,khilkhet, Dhaka-1229
Phone: 01831 88 99 79
Statement

Supplier Details:
Supplier Name : {{ $supplierdetails->supplier_name }}
Phone : {{ $supplierdetails->supplier_tell }}
Email :{{ $supplierdetails->email }}
Address : {{ $supplierdetails->address }}

Date Type Amount
{{ $paymentList->created_at}} Cash {{ $paymentList->total_amount }}
{{ $paymentList->date}} paid {{ $paymentList->paid }}
Due {{ $paymentList->due }}
@foreach($products as $item) @endforeach
Item - Description Entry Date Quantity Price Total
{{ $item->name ?? 'No' }}. Bar code: {{ $item->m_barcode ?? 'No'}} . Weight {{ $item->product->productweight??' ' }} , Description: {{ $item->description ?? 'No'}} {{ ($item->created_at)->format('Y-m-d') ?? 'No'}} {{ $item->quantity ?? 'No'}} {{ $item->cost ?? '0'}} {{ $item->cost * $item->quantity ?? '0'}}
Total {{ $supplierTotalAmount }}

This POS Software Developed By: Ruby Pos


@endsection