POS Record
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
@if ($errors->has('phno'))
{{ $errors->first('phno') }}
@endif
POS Record
Item Name | POS No. | Invoice Category | Customer Name | Quantity | Date | |
---|---|---|---|---|---|---|
{{ $sell->part_number }} | @if (!$invoice->customer_name){{ $invoice->invoice_no }} | @else{{ $invoice->invoice_no }} | @endif{{ $invoice->invoice_category }} | {{ $invoice->customer_name }} | {{ $sell->product_qty }} | {{ $invoice->invoice_date ? \Carbon\Carbon::parse($invoice->invoice_date)->format('d/m/Y') : '' }} |