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->desc1) @endif @endforeach
S # sno Date Name Po # Po Date Batch Qty Rate Gross Disc Stax Net
{{ $tr->desc1 }}
{{ ($loop->index + 1) }} {{ $tr->sno }} {{ \Carbon\Carbon::parse($tr->date)->format('d/m/Y') }} {{ $tr->customer1 }} {{ $tr->customerpono }} {{ \Carbon\Carbon::parse($tr->podate)->format('d/m/Y') }} {{ $tr->batch }} {{ $tr->unit }} {{ $tr->price }} {{ $tr->gross }} {{ $tr->disc }} {{ $tr->stax }} {{ round($tr->net) }}
{{ $qty }} {{ $gross }} {{ $net }}