@extends('layouts.default') @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}} | @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)}} |