{{$branches->branch_name}}
[{{$branches->branch_code}}]

{{$trade_reports->tr_number}}
[{{$trade_reports->date_in}}]

Trade Inventory Products:
@php $num = 0; @endphp @foreach($report_products as $report_product) @php $num++; @endphp @endforeach
# Product Description Inventory Shelf Cap Max Cap
{{$num}} {{$report_product->product->sku_description}} {{ $report_product->inventory == null ? '0' : $report_product->inventory }} {{ $report_product->shelf_cap == null ? '0' : $report_product->shelf_cap }} {{ $report_product->max_cap == null ? '0' : $report_product->max_cap }}

                Prepared by:
{{$trade_reports->user->fullName()}}