@extends('layouts.external') @section('title') @endsection @section('header-style') @endsection @section('content')
| SL | Product Order Id | Product Name | Product Description | File Format | No. Of Uploaded File | {{--Action | --}}
|---|---|---|---|---|---|---|
| {{$product_order_detail->product_order_detail_id}} | {{$product_order_detail->product_order_id}} | {{$product_order_detail->product->name}} | {{$product_order_detail->product->description}} | {{$product_order_detail->file_format->file_format_name}} |
@if(count($product_order_detail->product_order_detail_file) > 0)
@foreach($product_order_detail->product_order_detail_files as $product_order_detail_file)
{{--@json($product_order_detail_file->file_info)--}}
{{$loop->iteration}} . {{$product_order_detail_file->file_info->file_name}}
{{-- --}} @endforeach @else No file uploaded.Please contract hydrography department. @endif |
{{--
--}} |