{{ $count++ }}. |
{{ $shed_waybill->waybill_date ? Carbon\Carbon::parse($shed_waybill->waybill_date)->format('j M Y') : null }}
|
{{ $shed_waybill->port->name }} |
{{ $shed_waybill->shed->name }} |
{{ $shed_waybill->contract->mk_number }} |
{{ $shed_waybill->consignee->name }} |
{{ $shed_waybill->evac_truck->truck->truck_no }} |
{{ $shed_waybill->waybill_no }} |
{{ optional($shed_waybill->cdn)->cdn_number }} |
{{ number_format($shed_waybill->quantity, 0) }} |
{{ $shed_waybill->quantity / 16 }} |
{{ number_format($shed_waybill->net_weight, 4) }} |
{{ $shed_waybill->category->name }} |
{{ $shed_waybill->contract->crop->name }} |
{{ $shed_waybill->category->season->name }} |
{{ $shed_waybill->shed_evac->category->season->name }} |
@endforeach