@php $currentDate=\Illuminate\Support\Carbon::now()->format('d M,Y - H:i A'); $currentMonthYear=\Illuminate\Support\Carbon::now()->format('Ym'); @endphp Wancom Report @if ($data['checkout']->department_id==3)
logo
info@wancom.net.pk
+92-21-34891371-4
Suit#205 2nd Floor Mashriq Centre,
Block#14 Gulshan-e-Iqbal, Stadium Road Karachi.

Check Out-Sales

COS# WAN-{{$currentMonthYear}}/{{$data['checkout']->id}}
{{$currentDate}}


Report Details
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}}


Stock-Out Details Item Wise
{{-- --}} {{-- --}} {{-- --}} @php $a=1; $totalPrice=0; @endphp @foreach ($data['checkout']->products as $k => $checkouts) @php $created_at=\Illuminate\Support\Carbon::parse($checkouts->created_at)->format('d M,Y - H:i A'); $totalPrice = $totalPrice + ($data['quantity'][$k]*$data['price'][$k]); @endphp @php $a++; @endphp @endforeach {{-- --}}
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]}}
Total Amount:
  Rs {{$totalPrice ?? ""}}


Additional Note(If any):

Delivered By


Received By

@else
logo
info@wancom.net.pk
+92-21-34891371-4
Suit#205 2nd Floor Mashriq Centre,
Block#14 Gulshan-e-Iqbal, Stadium Road Karachi.

Check Out Details

CO# WAN-{{$currentMonthYear}}/{{$data['checkout']->id}}
{{$currentDate}}


Checkout Details
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}}


Checkout Details Item Wise
{{-- --}} {{-- --}} {{-- --}} @php $a=1; @endphp @foreach ($data['checkout']->products as $k => $checkouts) @php $created_at=\Illuminate\Support\Carbon::parse($checkouts->created_at)->format('d M,Y - H:i A'); @endphp @php $a++; @endphp @endforeach {{-- --}}
S.No Description Serial No. Unit Quanitity
{{$a}} {{$checkouts->name}} {{$checkouts->serial_no==null ? '-' :$checkouts->serial_no}} {{$checkouts->units}} {{$data['quantity'][$k]}}


Additional Note(If any):

Issued To


Issued By

@endif
This is a system generated report
Generated By: {{Auth::user()->name}} on {{$currentDate}}