@extends('front.layouts.main') @section('header_style') @endsection @section('content')
| Date | Type | Amount |
|---|---|---|
| {{ $paymentList->created_at}} | Cash | {{ $paymentList->total_amount }} |
| {{ $paymentList->date}} | paid | {{ $paymentList->paid }} |
| Due | {{ $paymentList->due }} |
| 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