| {{$loop->iteration}} |
{{$product_order->product_order_id}} |
{{ date( 'Y-m-d' , strtotime($product_order->order_date) )}} |
{{ date( 'Y-m-d' , strtotime($product_order->payment_completed_date) )}} |
| Product Description |
Format |
File Name |
Uploaded By |
Download |
@if(isset($product_order->product_order_details))
@foreach($product_order->product_order_details as $product_order_detail)
|
{{substr($product_order_detail->description, 0, 15)}}
|
{{$product_order_detail->file_format_name}}
|
{{substr($product_order_detail->file_name, 0, 10)}}
|
{{$product_order_detail->emp_name}}
|
@if(isset($product_order_detail->file_info_id))
Download
@else
{{substr('No file to download', 0, 10)}}
@endif
|
@endforeach
@endif
|
@endforeach
@else