{{-- Backdrop --}} @if($isOpen)
@endif {{-- Modal Panel --}}
@if($isOpen) {{-- Header --}}

Quick Add

{{ count($rows) }} row(s)
{{-- Flash Messages --}} @if(session()->has('quickadd-error'))
{!! session('quickadd-error') !!}
@endif {{-- Info Banner --}}
Create multiple Designs + Styles quickly. Department & Factory default to ERDOS.
{{-- Content --}}
@foreach($rows as $index => $row)
{{ $index + 1 }} @if(count($rows) > 1) @endif
{{-- Description --}}
{{-- Season --}}
{{-- Customer --}}
{{-- Category --}}
{{-- Customer Ref --}}
{{-- Colourways --}}
@endforeach
{{-- Add Row Button --}}
{{-- Footer --}} @endif