@extends('layouts.horizontal', ['title' => 'Products', 'topbarTitle' => 'Products']) @section('css') @vite(['node_modules/datatables.net-bs5/css/dataTables.bootstrap5.min.css', 'node_modules/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css', 'node_modules/datatables.net-fixedcolumns-bs5/css/fixedColumns.bootstrap5.min.css', 'node_modules/datatables.net-fixedheader-bs5/css/fixedHeader.bootstrap5.min.css', 'node_modules/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css', 'node_modules/datatables.net-select-bs5/css/select.bootstrap5.min.css', 'node_modules/select2/dist/css/select2.min.css' ]) @endsection @section('content')

{{ $brand_name =="" ? "Brand" : $brand_name}} Products

@php $breadcrumb = getCurrentMenuBreadcrumb(); @endphp @if(!empty($breadcrumb)) @endif
Filter Products
@can('create-brand_product') @endcan
Images ID Brand Name Product Category Type Retail Purchase Total InStock Threshold Unit Type Qty. Per Unit Unit Active Commission Sku Barcode Updated At Actions
@include('modals.product_edit') @endsection @section('scripts') @vite(['resources/js/modals/product_edit.js']) @endsection