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