{{-- 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
@endif
{{-- Main Content --}}
{{-- Alert Messages --}}
@if (Session::get('message')) @endif @if($errors->all()) @endif
{{-- Data Table --}}
@csrf @if($this->columns['Factory']) @endif @if($this->columns['Image']) @endif @if($this->columns['RT Number']) @endif @if($this->columns['Description']) @endif @if($this->columns['Order Date']) @endif @if($this->columns['Order No']) @endif @if($this->columns['Customer Ref']) @endif @if($this->columns['Colour']) @endif @if($this->columns['Price']) @endif @if($this->columns['Total Qty']) @endif @if($this->columns['Yarn']) @endif @if($this->columns['Yarn Colour']) @endif @if($this->columns['PROD']) @endif @if($this->columns['Ordered']) @endif @if($this->columns['Conf ExMil']) @endif @if($this->columns['FOY']) @endif @if($this->columns['Buttons']) @endif @if($this->columns['Labels']) @endif @if($this->columns['Care']) @endif @if($this->columns['Pre Production Comments']) @endif @if($this->columns['Photoshoot Deadline']) @endif @if($this->columns['Sealer Deadline']) @endif @if($this->columns['Sealer Sample']) @endif @if($this->columns['Start Knit']) @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['Comments']) @endif @if($this->columns['Shipped']) @endif @if(!empty($chunks)) @foreach (array_slice($chunks, 0, $page) as $chunk) @endforeach @endif
Drop#FactoryImageRT NumberRT DescriptionOrder DatePO NumberCustomer RefColourPriceTotal QtyYarnYarn ColourPRODOrderedConf ExMilFOYButtonsLabelsCarePre Production CommentsPhotoshoot DeadlineSealer DeadlineSealer SampleStart KnitShipment SampleExFtyRevised ExFtyCustomer exFtyCommentsShipped
@if ($this->hasMorePages())
Loading more records...
@endif
@can('order:create') @endcan {{-- Footer --}} {{-- {{ $drops->links() }} --}}