@extends('backend.partials.master') @section('title') Products @endsection @section('maincontent')

Products Table

{{-- @if (hasPermission('uom_read') == true) UOM @endif @if (hasPermission('import_product') == true) Import Products @endif --}} @if (hasPermission('create_product') == true) New Product @endif
{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
SR NOSupplierName SKUBarcodePurchase PriceSale PriceAction
@endsection