Demand Number : {{$demand->demand_code}} |
Demand Date : {{date('d-M-Y',strtotime($demand->created_at))}} |
| Sl. | Product Name | Last Purchased | Current Quantity | Demand Quantity | Urgency |
|---|---|---|---|---|---|
| {{$loop->iteration}} | {{$detail['product']->product_name}} | {{$detail->last_purchase_date}} | {{$detail->current_quantity}} | {{$detail->demand_quantity}} | {{$detail->urgency}} |
| Estimated Budget : | {{number_format($demand->estimated_budget,2).' TK'}} | ||||
{{$demand->remarks}}
Prepared by
Approved by