@extends('layouts.external') @section('title') @endsection @section('header-style') @endsection @section('content')
@if(isset($product_order_details)) {{--@json($product_order_details) --}}

Product Order File Download


@if(Session::has('message')) @endif
{{-- --}} @foreach($product_order_details as $product_order_detail) {{-- --}} @endforeach
SL Product Order Id Product Name Product Description File Format No. Of Uploaded FileAction
{{$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
@endif
@endsection @section('footer-script') @endsection