{{ $loop->index + 1 }}. |
{{ $shed_gang_allocation->gang_allocation->activity->activity_name }} |
{{ $shed_gang_allocation->shed->name }} |
{{ $shed_gang_allocation->quantity_fulfiled }} |
{{ Carbon::parse($shed_gang_allocation->gang_allocation->allocation_date)->format('dS M Y') }} |
{{ optional(optional($shed_gang_allocation->internal_waybill)->lbc)->name }} |
{{ optional(optional($shed_gang_allocation->shed_waybill)->consignee)->name }} |
{{ optional($shed_gang_allocation->internal_waybill)->internal_waybill_no }} |
{{ optional($shed_gang_allocation->internal_waybill)->internal_waybill_date ? Carbon::parse(optional($shed_gang_allocation->internal_waybill)->internal_waybill_date)->format('dS M Y') : null }}
|
{{ optional($shed_gang_allocation->shed_waybill)->waybill_no }} |
{{ optional($shed_gang_allocation->shed_waybill)->waybill_date ? Carbon::parse(optional($shed_gang_allocation->shed_waybill)->waybill_date)->format('dS M Y') : null }}
|
{{ optional($shed_gang_allocation->internal_waybill)->purity_date ? Carbon::parse(optional($shed_gang_allocation->internal_waybill)->purity_date)->format('dS M Y') : null }}
|
{{ optional($shed_gang_allocation->internal_waybill)->purity_number }} |
@endforeach