@extends('layouts.app_rest') @section('content')
@can('product.create') Add New @endcan @can('product.update') @endcan @can('product.view') @endcan @can('product.delete') @endcan @can('open-stock.create') @endcan
@can('product.view')
SKU Code Name Category Sub Category Price Description MRP
@endcan
@endsection @section('javascript') @endsection