@if (Session::get('message'))
{{ Session::get('message') }}
@endif @if($errors->all())
@foreach ($errors->all() as $error) {{ $error }}
@endforeach
@endif
{{-- Header row for labels --}} {{-- For the remove button --}} @foreach ($rows as $index => $row) {{-- Dynamically added rows --}} @endforeach
RT Code Department Season Customer Category Customer Ref Description Gauge Commodity Carryover Factory Colourway Names
@if((!($row['new_design'] ?? 0))) @if(!($row['rt_code'] ?? "")) @can('design:create') @endcan @endif @else New @endif
    @foreach($this->commodityCodes() as $commodityCode)
  • {{$commodityCode->id}} {{$commodityCode->description}}
  • @endforeach
    @foreach($this->designs() as $design)
  • {{$design->id}} {{$design->description}}
  • @endforeach