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

Stock In Report

Date # {{$currentDate}}


Report Details
{{-- Vendor Name (s): @foreach ($checkout as $co) --}} {{-- {{dd($co-)}}, --}} {{-- @endforeach
--}} Reference DO# : {{$checkout[0]->purchase_order_id}}-{{$checkout->last()->purchase_order_id}}
Start Date: {{\Illuminate\Support\Carbon::parse($start_date)->format('d, M-Y')}}
End Date: {{\Illuminate\Support\Carbon::parse($end_date)->format('d, M-Y')}}


Delivery Order Details Item Wise
@php $a=1; $totalPrice=0; @endphp @foreach ($checkout as $checkouts) @php $totalPrice = $totalPrice + ($checkouts->price*$checkouts->quantity); @endphp @php $a++; @endphp @endforeach
S.No Description Vendor Unit Quanitity Price Amount
{{$a}} {{$checkouts->pName}} {{$checkouts->name}} {{$checkouts->units}} {{$checkouts->quantity}} {{$checkouts->price}} {{$checkouts->quantity*$checkouts->price}}
Total Amount:
  Rs {{$totalPrice ?? ""}}
This is a system generated report
Generated By: {{Auth::user()->name}} on {{$currentDate}}