Date : {{ \Carbon\Carbon::now()->setTimezone('Asia/Karachi')->format('d/m/Y') }}
Medicos Marketing
{{ Request::get('datefrom') }} to {{ Request::get('dateto') }}
| S # |
P.Code |
Product |
Pack |
Size |
Price |
Batch |
Opening |
Purchase |
P.Return |
Sales |
S.Return |
Sample |
Adjust |
Closing |
@foreach ($stock as $key => $tr)
@if($md != $tr->company)
| {{ $tr->company }} |
@endif
| {{ ($loop->index + 1) }} |
{{ $tr->sno }} |
{{ $tr->desc1 }} |
{{ $tr->Pack1 }} |
{{ $tr->Size1 }} |
{{ $tr->price1 }} |
{{ $tr->batch }} |
{{ $tr->Open1 }} |
{{ $tr->purc1 }} |
{{ $tr->pret1 }} |
{{ $tr->sale1 }} |
{{ $tr->sret1 }} |
{{ $tr->samp1 }} |
{{ $tr->adj1 }} |
{{ round($tr->Clos1) }}
|
@endforeach
|
|
|
|
|
|
|
{{ $opening }} |
{{ $purchase }} |
{{ $preturn }} |
{{ $sales }} |
{{ $sreturn }} |
{{ $sample }} |
{{ $adjust }} |
{{ $closing }} |