@if(count($product)>0)
@php $i=1; @endphp
@foreach($product as $products)
{{$i}}
{{$products->quantity}}
{{$products->unit}}
{{$products->description}}
@php $i++; @endphp
@endforeach
@else
{{ __('keywords.No data found')}}
@for ($i = 1; $i < 5; $i++)
@endfor
@endif
{{ $product->render("pagination::bootstrap-4") }}
@endsection
@section('postload-section')
{{-- You must include files that have no direct efect on the load of the page and can be loaded meanwhile other tasks can be performed by user--}}
@endsection