{{ __('Products') }} {{ __('Manage All Your Products ') }}
@if (session('success')) @endif {{-- --}} @can('product.create') Create product @endcan
@if (session()->has('message')) @endif
@forelse ($products as $product) @empty @endforelse
S.No Name Details Actions
{{ $loop->iteration }} {{ $product->name }} {{ $product->detail }} @can('product.view') Show @endcan @can('product.edit') Edit @endcan @can('product.delete') @endcan
No products found matching your search.
{{--
{{ $products->links() }}
--}}