{{ $shop_infos->shop_name }}

{{ $shop_infos->business_type }}

{{ $shop_infos->address }}

List of Inventories

{{--
Add Product Update Discounted Products
--}} Report Time: {{ now()->format('d-m-Y H:i:s') }} @foreach($inventories as $key=> $item) @endforeach
Sl Inventory Date Product Name Category Subcategory Brand Before Inventory After Inventory User Name
{{ $key+1 }} {{ $item->inventory_date }} {{ $item->product->product_name }} {{ $item->product->category->category_name ?? '' }} {{ $item->product->subcategory->subcategory_name ?? '' }} {{ $item->product->brand->brand_name ?? '' }} {{ $item->before_inventory }} {{ $item->after_inventory }} {{ $item->user->name }}