{{ $loop->index + 1 }} |
{{ strtoupper($cdn->cdn_number) }} |
{{ strtoupper($cdn->cdn_date) }} |
{{ strtoupper($cdn->season->name) }} |
{{ strtoupper($cdn->category->name) }}({{ $cdn->category->season->name }}) |
{{ strtoupper(optional($cdn->wpo_evacuation)->mk_number) }} |
{{-- {{strtoupper($cdn->wpo_evacuation->contract->number)}} | --}}
{{ strtoupper(optional(optional($cdn->wpo_evacuation)->consignee)->name) }} |
@if ($cdn->shed_waybills()->count() > 0)
{{ $cdn->shed_waybills->sum('net_weight') }} |
@else
0 |
@endif
@if ($cdn->status == null)
CONFIRM WAYBILLS |
@else
VIEW WAYBILLS |
@endif
status == 'confirmed') disabled onclick="event.preventDefault();" oncontextmenu="return false;" @endif>EDIT
|
{{-- | --}}
@endforeach