{{-- shipment-schedule-dev.blade.php --}}
{{-- Title Bar --}} Wholesale Shipment Schedule {{-- Save Indicators --}} @can('finance:update') {{-- Invoice Button --}} @endcan {{-- Other Actions --}} hasMorePages()) onclick="confirm('This will select every item matching the filters, even if they are not yet loaded on this page. Continue?') || event.stopImmediatePropagation()" @endif>Select All {{-- Filters --}}
@if(!$hideFilters)
@if(empty($this->view))
@endif
@error('search') {{ $message }} @enderror
@error('search') {{ $message }} @enderror
@endif
{{-- Main Content --}}
{{-- Alert Messages --}}
@if (Session::get('message')) @endif @if($errors->all()) @endif
{{-- Data Table --}}
@csrf @if($this->columns['Issue']) @endif @if($this->columns['Season']) @endif @if($this->columns['Factory']) @endif @if($this->columns['Customer']) @endif {{-- @if($this->columns['Order Issued']) @endif --}} @if($this->columns['Order No']) @endif @if($this->columns['Style']) @endif @if($this->columns['Description']) @endif @if($this->columns['Colour']) @endif @if($this->columns['Image']) @endif @if($this->columns['Sizes']) @endif @if($this->columns['Total Qty']) @endif @if($this->columns['Total Shipped']) @endif @if($this->columns['Sealer Sample']) @endif @if($this->columns['Shipment Sample']) @endif @if($this->columns['ExFty']) @endif @if($this->columns['Revised ExFty']) @endif @if($this->columns['Customer exFty']) @endif @if($this->columns['Customer Into w/h']) @endif {{-- @if($this->columns['CMT']) @endif --}} @if($this->columns['Total CMT']) @endif {{-- @if($this->columns['Quote']) @endif --}} @if($this->columns['Total Sale']) @endif @if($this->columns['Transport Budget']) @endif @if($this->columns['Incoterms']) @endif @if($this->columns['Truck']) @endif @if($this->columns['Collection']) @endif @if($this->columns['Customs ERN']) @endif @if($this->columns['Shipped']) @endif @if($this->columns['ASOS 3% Discount Price']) @endif @if($this->columns['RT Invoice']) @endif @if($this->columns['Factory Invoice']) @endif @if($this->columns['Customs Invoice']) @endif @if($this->columns['Transporter Invoice']) @endif @if($this->columns['Finance Complete']) @endif @if(!empty($chunks)) @foreach (array_slice($chunks, 0, $page) as $chunk) @endforeach @endif
Flag IssueDrop#SeasonFactoryCustomerOrder IssuedOrder NoStyleDescriptionColourImageSizesTotal QtyTotal ShippedSealer SampleShipment SampleExFtyRevised ExFtyCustomer exFtyCustomer Into w/hCMTTotal CostQuoteTotal SaleTransport BudgetIncotermsTruckCollectionCustoms ERNShippedASOS 3% Discount PriceRT InvoiceFactory InvoiceCustoms InvoiceTransporter InvoiceFinance Complete
@if ($this->hasMorePages())
Loading more records...
@endif
@can('order:create') @endcan {{-- Footer --}} {{-- {{ $drops->links() }} --}}