Products
@can('admin', cusr()) @endcan
@if ($createproduct == true) @livewire('products.create', [ 'title' => 'New Product', 'href' => route('products.index'), ]) @else
@foreach ($products as $product) @endforeach
{{ $products->links('components.deco.pagination') }}
@endif