Customer Information
Customer Information
--}} {{--Hye, I’m Michael Franklin residing in this beautiful world. I create websites and mobile apps with great UX and UI design. I have done work with big companies like Nokia, Google and Yahoo. Meet me or Contact me for any queries. One Extra line for filling space. Fill as many you want.
--}}
| {{$customer->name}} | |
| {{$customer->contact}} | |
| {{$customer->email ?? 'Empty'}} | |
| {{$customer->address?? 'Empty'}} | |
| 12 |
Full Name : {{$customer->name}}
Mobile : {{$customer->contact}}
Email : {{$customer->email}}
Location : {{$customer->location}}
Total Ordered :
Sizes
| SL | Product | Size | Last Update At | @foreach ($customer->size as $item)
|---|---|---|---|
| {{++$loop->index}} | {{$item->product->product_name}} | @php $array = preg_split('/[,-]/', $item->size, -1, PREG_SPLIT_NO_EMPTY); @endphp @forelse ($array as $item) {{$item}} @empty no data @endforelse | {{$item->created_at ?? ''}} |
Orders
|
|
INVOICE ID | Name | Product Stage | Total | Order At | {{--Make By | --}}Payment Status | Action | |
|---|---|---|---|---|---|---|---|---|---|
|
|
{{$order->invoice_no}} | {{$order->customer->name}} |
@if ($order->stage == 'delivered')
Delivered@elseif($order->stage == 'ordered')Ordered@elseif('ready')Ready@elseCancelled@endif |
{{-- August 03 2018 07:56 AM | --}}{{$order->total}} | {{$order->created_at}} |
@if ($order->payment >= $order->total)
Paid@elseDue@endif |
{{-- send | --}}