@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

CDNs

cdns

{{-- --}} {{-- --}} @foreach ($cdns as $cdn) {{-- --}} @if ($cdn->shed_waybills()->count() > 0) @else @endif @if ($cdn->status == null) @else @endif {{-- --}} @endforeach {{-- --}} {{-- --}}
No. CDN Number CDN Date Season Category MK NumberContractConsignee Tonnage Fulfilled Waybills EDITDELETE
{{ $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) }}{{ $cdn->shed_waybills->sum('net_weight') }}0 CONFIRM WAYBILLS VIEW WAYBILLSstatus == 'confirmed') disabled onclick="event.preventDefault();" oncontextmenu="return false;" @endif>EDIT
No. CDN Number CDN Date Season Category MK NumberContractConsignee Tonnage Allocated Confirm Waybills EDITDELETE
@endsection @section('more-scripts') @endsection