{{ $loop->index + 1 }} |
{{ strtoupper($shed_waybill->type) }} |
{{ strtoupper(optional($shed_waybill->bush_delivery)->transaction_code) }} |
{{ strtoupper($shed_waybill->waybill_no) }} |
{{ strtoupper($shed_waybill->waybill_date) }} |
{{ strtoupper($shed_waybill->quantity) }} |
{{--
@if ($shed_waybill->waybill_stacks->count() > 0)
@foreach ($shed_waybill->waybill_stacks()->where('shed_id', $originating_shed_id)->get() as $waybill_stack)
{{ strtoupper($waybill_stack->stack->stack_name) }}
@endforeach
@else
@foreach ($shed_waybill->stack_records()->withTrashed()->get() as $stack_record)
{{ strtoupper($stack_record->mini_shed_stack->mini_name) }}
@endforeach
@endif
| --}}
{{ strtoupper(App\Model\shed::find($shed_waybill->originating_shed_id)->name) }} |
{{ strtoupper(App\Model\shed::find($shed_waybill->destination_shed_id)->name) }} |
{{ strtoupper($shed_waybill->disc_quantity) }} |
discrepant_status != null) disabled = "disabled" @endif oncontextmenu="return false;">EDIT |
@if (Auth::user()->shed_id != 48)
Gang Activities
|
@endif
{{-- | --}}
@endforeach