Sample | Season | Customer | Style | Description | Colourway | Size | PO | Type | Factory | Carryover | Qty | Sent | Dev Notes | Orders | Quote | Discount | Surcharge | Charge Dev | Charge Freight | RT Invoice | FTY Invoice | Comments | Complete | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$sample->id}} |
{{$sample->season}} | {{$sample->customer}} | RTD{{$sample->rt_no}} {{$sample->customer_ref}} {{$sample->style_version}} |
{{$sample->description}} | {{$sample->colourway}} | {{$sample->size}} | {{$sample->po}} | {{$sample->sample_type}} | {{$sample->factory}} | {{$sample->carryover}} | {{$sample->qty}} | {{$sample->date_sent?->format('d-M-Y')}} | {{$sample->fn_notes}} |
@foreach(json_decode($sample->orders) ?? [] as $order)
{{$order->po}} @endforeach |
@if($sample->do_not_charge)
DO NOT CHARGE | @else{{number_format($sample->colourways->price_model['price']?->quote, 2)}} | {{$sample->sample_settings->discount ?? 0}}% | {{$sample->sample_settings->surcharge ?? 0}}% | {{$sample->cust_currency}}{{number_format($sample->sample_settings?->development ?? 0, 2)}} | {{$sample->sample_settings->freight ?? 0 ? "Yes" : "No"}} | @endif