@extends('admin.layout.app') @section('content') Products Products @include('admin.layout.session') Products @csrf Import Products Import Cancle Export Products @can('add_products') Add New Product @endcan @can('delete_products') Bulk Delete @endcan @csrf Categories - All categories - @forelse($categories as $category) {{strtoupper($category->category_name)}} @empty @endif Sub Categories (Licence) - Select subcategory - Status - All status - Active Deactive @can('delete_products') # @endcan Category SubCategory Product Name Product Price Product Image Status Publish On @if(auth()->user()->can('edit_products') || auth()->user()->can('delete_products')) Action @endif @endsection @push('js') @endpush