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

{{$trade_inventories->osa_number}}
[{{$trade_inventories->date_in}}]

Trade Inventory Products:
@php $num = 0; @endphp @foreach($inventory_products as $inventory_product) @php $num++; @endphp @endforeach
# Product Description Selling Area Bodega
{{$num}} {{$inventory_product->product->sku_description}} {{ $inventory_product->selling_area == null ? '0' : $inventory_product->selling_area }} {{ $inventory_product->bodega == null ? '0' : $inventory_product->bodega }}

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