Date : {{ \Carbon\Carbon::now()->setTimezone('Asia/Karachi')->format('d/m/Y') }} Medicos Marketing
{{ Request::get('datefrom') }} to {{ Request::get('dateto') }}

@foreach ($ledger1 as $key => $tr) @if($md != $tr->vendor1) @endif @endforeach
S # sno Date Po # Po Date Pcode Name Batch Qty Rate Gross Disc Stax Net
{{ $tr->vendor1 }}
{{ ($loop->index + 1) }} {{ $tr->sno }} {{ \Carbon\Carbon::parse($tr->date)->format('d/m/Y') }} {{ $tr->pono }} {{ \Carbon\Carbon::parse($tr->podate)->format('d/m/Y') }} {{ $tr->pcode }} {{ $tr->desc1 }} {{ $tr->batch }} {{ $tr->qty1 }} {{ $tr->rate }} {{ $tr->gross }} {{ $tr->disc }} {{ $tr->stax }} {{ round($tr->net) }}
{{ $qty }} {{ $gross }} {{ $net }}