@if (Session::has("success"))
{{Session::get("success")}}
@endif
Order Details
<--Go Back
Order Id : {{$od->order_id}}
Emp Id: {{$od->empid}} |
|
Name: {{$od->empname}} |
|
Email: {{$od->email}} |
|
Mobile: {{$od->mobile}} |
|
Parity :
{{ ucfirst($od->address1) }}
Expected Price : £ {{$od->address2}} |
|
No.Of Days : {{$od->country}} |
|
@if($od->orderProducts->isNotEmpty())
@foreach($od->orderProducts as $index => $product)
Product {{$index + 1}}
Product |
Size |
Qty |
Image |
Message |
Status |
Action |
{{ $product->product }} |
{{ $product->size }} |
{{ $product->qty }} |
|
{{$product->message}} |
{{ $od->status }} |
|
@endforeach
@else
No products found for this order.
@endif