All Products
Bulk Import {{--
@if(session('product_import_error')) @php $errorCount = count(session('product_import_error')); @endphp {{ $errorCount }} @endif
@csrf
--}}
@forelse ($Products as $Product) @empty @endforelse
Product Name Category Avl. Qty Price Actions

{{ $Product->name }}

{{ $Product->category->name }}

{{ $Product->qty }}

{{ $Product->unit_price}}

 

No Products found.

{{-- Purchase Product --}} {{-- --}}