@extends('app') @push('styles') @endpush @section('content')

Form Wizard

@if(Session::has('response')) {!!Session::get('response')['message']!!} @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@foreach ($orederDetails as $order) @if($order->order->stage !='ready') @if ($order->product_type == 'single') {{-- --}} {{-- --}} @else {{-- --}} {{-- --}} @endif @endif @endforeach
INVOICE ID Customer Name Dress Name Make By Stage Action
{{$order->order->invoice_no}}/{{$order->id}} {{$order->order->customer->name}} {{$order->product->product_name ?? ''}} ( {{$order->size->size ?? ''}}) August 03 2018 07:56 AM

{{$order->stuff->name ?? ''}}

{{$order->product_stage}}

send
{{$order->order->invoice_no}}/{{$order->id}} {{$order->order->customer->name}} {{-- {{$order->productset->product_support}} --}} @php $size = [] @endphp @foreach ($order->productset->product_support as $i) {{$i->product->product_name ?? ''}} {{-- ({{$i->product->sizes[$loop->index++]->size ?? ''}}) --}} @foreach ($i->product->sizes as $s) (size: {{$s->size ?? ''}}) @endforeach
@endforeach
August 03 2018 07:56 AM

{{$order->stuff->name ?? ''}}

{{$order->product_stage}}

send
@endsection @push('scripts') {{-- --}} {{-- --}} {{-- --}} @endpush