@extends('backend.layout.main') @section('content')

{{trans('file.Product Expiry Report')}}

@foreach($lims_product_data as $key=>$product)
{{trans('file.Image')}} {{trans('file.Product Name')}} {{trans('file.Product Code')}} {{trans('file.Batch No')}} {{trans('file.Expired Date')}} {{trans('file.Quantity')}}
{{$key}}
Warning: Undefined variable $product in C:\laragon\www\pos\resources\views\backend\report\product_expiry_report.blade.php on line 26

Warning: Attempt to read property "image" on null in C:\laragon\www\pos\resources\views\backend\report\product_expiry_report.blade.php on line 26

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in C:\laragon\www\pos\resources\views\backend\report\product_expiry_report.blade.php on line 26

Fatal error: Uncaught Error: Attempt to assign property "base_image" on null in C:\laragon\www\pos\resources\views\backend\report\product_expiry_report.blade.php:27 Stack trace: #0 {main} thrown in C:\laragon\www\pos\resources\views\backend\report\product_expiry_report.blade.php on line 27