@extends('layouts.default') @section('title') @endsection @section('header-style') @endsection @section('content')
@if(Session::has('message')) @endif

Product Order Summary


{{--
--}}

File Upload


{{--@if(Session::has('message')) @endif--}}
@csrf

File Search


{{--@if(Session::has('message')) @endif--}}
@csrf

Uploaded File List


{{csrf_field()}}
Select File File Name Uploaded By Uploaded Time Active
 
@if(isset($product_order_details)) {{--@json($product_order_details)--}} {{--@json($product_order_detail_id)--}}

Product Order Detail


{{--@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 File Action
{{$product_order_detail->product_order_detail_id}} {{$product_order_detail->product_order_id}} @if(isset($product_order_detail->product)) {{$product_order_detail->product->name}} @endif @if(isset($product_order_detail->product)) {{$product_order_detail->product->description}} @endif @if($product_order_detail->file_format) {{$product_order_detail->file_format->file_format_name}} @endif {{ count($product_order_detail->product_order_detail_file)}}
@endif
{{--

File Upload for

Preferred format:


--}}
@include('product.product-upload-order-datatable-list')
@endsection @section('footer-script') @endsection