@php $currentDate=\Illuminate\Support\Carbon::now()->format('d M,Y - H:i A'); $currentMonthYear=\Illuminate\Support\Carbon::now()->format('Ym'); @endphp
COS# WAN-{{$currentMonthYear}}/{{$data['checkout']->id}} |
{{$currentDate}} |
Customer Name: {{$data['checkout']->customer->name}} Phone: {{$data['checkout']->customer->phone}} Address: {{$data['checkout']->customer->address}} |
Issue To#: {{$data['checkout']->employee_name}} Added By: {{Auth::user()->name}} Description: {{$data['checkout']->description}} |
S.No | Description | Serial No. | Unit | Quanitity | Unit Price | Total Amount |
---|---|---|---|---|---|---|
{{$a}} | {{$checkouts->name}} | {{$checkouts->serial_no==null ? '-' :$checkouts->serial_no}} | {{$checkouts->units}} | {{$data['quantity'][$k]}} | {{$data['price'][$k]/$data['quantity'][$k]}} | {{$data['price'][$k]}} |
Delivered By
Received By
CO# WAN-{{$currentMonthYear}}/{{$data['checkout']->id}} |
{{$currentDate}} |
Issuance For: {{$data['checkout']->issuanceFor}} Store: Wancom Department: {{$data['checkout']->department->name}} Description: {{$data['checkout']->description}} |
Issued To: {{$data['checkout']->employee_name}} Issued By: {{Auth::user()->name}} |
S.No | Description | Serial No. | Unit | Quanitity |
---|---|---|---|---|
{{$a}} | {{$checkouts->name}} | {{$checkouts->serial_no==null ? '-' :$checkouts->serial_no}} | {{$checkouts->units}} | {{$data['quantity'][$k]}} |
Issued To
Issued By