Vaccine Sales List
|
|||||||||
From
@if(isset($data->startDate))
{{$Controller::dateFormatter($data->startDate)}}
@endif
To
@if(isset($data->endDate))
{{$Controller::dateFormatter($data->endDate)}}
@endif
|
SL | Vaccine Name | Quantity | Total Amount | Total Discount | Total |
{{$ItemListIndex}} | {{$index->vaccineName}} | {{$index->quantity}} | {{number_format($index->totalAmount, 2), 2}} | {{number_format($index->totalDiscountAmount, 2), 2}} | {{number_format($index->total, 2), 2}} |