@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => 'Trade Inventory - Data Entry'])
{{$branches->branch_name}}
[{{$branches->branch_code}}]

{{$trade_inventories->osa_number}}
SUMMARY
@php $num = ($inventory_products->currentPage() - 1) * $inventory_products->perPage() + 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->product->size)}}

{{ $inventory_product->selling_area == null ? '0' : $inventory_product->selling_area }}

{{ $inventory_product->bodega == null ? '0' : $inventory_product->bodega }}

@include('layouts.footers.auth.footer')
@endsection