@php $si=0; @endphp @foreach ($Products as $Product) --}} @endforeach
{{ __('lng.SiNo') }} {{ __('lng.ProductName') }} {{ __('lng.ProductGroup') }} {{ __('lng.ProductCode') }} {{ __('lng.Cost') }} {{ __('lng.Price') }} {{ __('lng.Narration') }} {{ __('lng.Action') }}
{{ ++$si }} {{ $Product->product_name }} {{ $Product->ProductGroup->name ?? '' }} {{ $Product->product_code }} @currency($Product->product_cost) @currency($Product->price) {{ $Product->narration }}
{{--
--}} {{--
--}}
@csrf @method('delete')
{{--

{{ __('lng.Showing') }} {{ $Products->count() }} {{ __('lng.Items') }}