Quote Sheet
@foreach($form->styles as $p=>$price) @if($price['price_id'] ?? 0) @if(collect($form->styles)->where('style_id', $price['style_id'])->first()['price_id'] == $price['price_id']) @endif @if(collect($form->styles)->where('style_version_id', $price['style_version_id'])->first()['price_id'] == $price['price_id']) @endif @endif @endforeach
Style Style Version Image COO Yarns Quote MOQ Quotes Sent Notes
RTD{{$price['design_id']}}
{{$price['customer_ref']}}
{{$price['description']}}
{{$price['style_version_name']}} @if(!empty($price['image'])) @endif {{$price['coo_name']}} @foreach($price['yarns'] ?? [] as $yarn) {{$yarn}}
@endforeach
{{$price['cust_currency']}}{{$price['quote']}} {{$price['min_qty']}} @foreach($price['quotes_sent'] ?? [] as $quote) {{date_format(date_create($quote['date_sent']), 'd-M')}} - {{$price['cust_currency']}}{{$quote['quote']}}
@endforeach
{{$price['customer_notes']}}