{{ $loop->index + 1 }} |
{{ strtoupper($shed_waybill->type) }} |
{{ strtoupper($shed_waybill->waybill_date) }} |
{{ strtoupper($shed_waybill->quantity) }} |
{{ strtoupper(App\Model\shed::find($shed_waybill->originating_shed_id)->warehouse->name) }}
({{ strtoupper(App\Model\shed::find($shed_waybill->originating_shed_id)->name) }})
|
{{ strtoupper(App\Model\shed::find($shed_waybill->destination_shed_id)->warehouse->name) }}
({{ strtoupper(App\Model\shed::find($shed_waybill->destination_shed_id)->name) }}) |
{{ strtoupper(App\Model\cocoa_type::find($shed_waybill->cocoa_type_id)?->type_name) }} |
{{ strtoupper(App\Model\specialty_type::find($shed_waybill->specialty_type_id)?->specialty_name) }} |
{{ strtoupper(App\Model\client_type::find($shed_waybill->client_type_id)?->name) }} |
{{ strtoupper($shed_waybill->category?->name) }} |
{{ strtoupper($shed_waybill->season?->name) }} |
{{-- stack_records->sum('quantity_evacuated') == $shed_waybill->quantity) onclick="event.preventDefault();" disabled='disabled' oncontextmenu="return false;" @endif>STACK
| --}}
|
{{-- @if (Auth::user()->shed_id != 48)
Gang Activities
|
@endif --}}
@endforeach