@php $currentDate=\Illuminate\Support\Carbon::now()->format('d M,Y - H:i A'); @endphp
Date # {{$currentDate}} |
{{-- 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')}} |
S.No | Description | Vendor | Unit | Quanitity | Price | Amount |
---|---|---|---|---|---|---|
{{$a}} | {{$checkouts->pName}} | {{$checkouts->name}} | {{$checkouts->units}} | {{$checkouts->quantity}} | {{$checkouts->price}} | {{$checkouts->quantity*$checkouts->price}} |