Dated: {{ \Carbon\Carbon::now()->format('jS M Y') }}

Purchase Report


Report Date : {{ $data['from']->format('jS M Y') }} - {{ $data['to']->format('jS M Y') }}

@if(count($transaction)) @foreach($transaction as $key => $value) @endforeach @else @endif
ID Purchase Date Purchase ID Supplier Grand total Paid Balance Due
{{ $value->id }} {{ \Carbon\Carbon::parse($value->created_at)->format('jS M Y') }} {{ $value->purchase_id }} {{ $value->supplier->supplier_name }} {{ $value->subtotal }} {{ $value->payment }} {{ $value->balance }} {{ $value->due }}
No Records found ...



Total Purchase: Rs. {{ $total['purchase'] }}
Paid Amount: Rs. {{ $total['payment'] }}
Balance Amount: Rs. {{ $total['balance'] }}
Due Amount: Rs. {{ $total['due'] }}

Powered by : First Feet Business Services

For Support : development@firstfeet.in