Yarn Order Details

  • Customer: {{$order->customer_agents->customers->name}} - {{$order->customer_agents->name}}
  • Customer VAT: {{$order->customer_agents->customers->vat}}
  • Customer EORI: {{$order->customer_agents->customers->eori}}
  • Season: {{ $order->y_c_order_lines->first()->y_c_yarn_seasons->seasons->description }}
  • Spinner: {{ $order->y_c_order_lines->first()->y_c_yarn_seasons->yarn->suppliers->name }}
  • Delivery Address: {{ preg_replace('#\s+#',',',trim($order->address)) }}
  • Order Notes: {{($order->notes)}}


{{--

{{($order->notes)}}

--}} {{-- --}} @foreach ($order->y_c_order_lines as $line) {{-- --}} @endforeach
SpinnerYarn List Price Swatch Card Cone Part Cone Notes
{{$line->y_c_yarn_seasons->yarn->suppliers->name}}{{$line->y_c_yarn_seasons->yarn->description}} {{$line->y_c_yarn_seasons->yarn->counts->count}} {{$line->y_c_yarn_seasons->yarn->suppliers->currency}}{{number_format($line->y_c_yarn_seasons->price, 2)}} @if($line->swatch) Y @endif @if($line->card) Y @endif @if($line->cone) Y @endif @if($line->part_cone) Y @endif {{$line->notes}}