@extends('layouts.app') @section('styles') @endsection @section('content') @canany(['products-create','products-edit'])

Add Product

@csrf
# Product Variant Color Stock Sale Price Action
1
1 {{-- --}} Add New Row
Add New Row
@can('products-create') Save @endcan @can('products-edit') @endcan
@endcanany @can('products-list')

View Products

# SKU Category Product Name Price Added By Actions
@endcan {{-- #########################View Modal################################### --}} {{-- #########################End Of View Modal############################ --}} @endsection @section('scripts') {{-- ################################Jquery Datatable########################### --}} {{-- ########################################################################## --}} @endsection