@extends('backend.template.layouts.template-base') @section('title', 'Product Management - Products List') @section('content')

Product List

{{-- ── Products Tab ────────────────────────────────────────────────── --}}
Show entries
Product ID Product Img Product Name Group Under Basic Unit MRP ₹ Selling Price ₹ Last Updated On Status Action
{{-- ── Groups Tab ───────────────────────────────────────────────────── --}}
Group ID Group Name Description Products Under Last Updated On Status Action
{{-- ── Create Group Modal ───────────────────────────────────────────────── --}} {{-- ── Edit Group Modal ─────────────────────────────────────────────────── --}} {{-- ── View Group Modal ─────────────────────────────────────────────────── --}} {{-- ── Delete Group Modal ───────────────────────────────────────────────── --}} {{-- ── Delete Product Modal ─────────────────────────────────────────────── --}} {{-- ── Product Detail Modal ─────────────────────────────────────────────── --}} {{-- ── Add New Price Modal ───────────────────────────────────────────────── --}}
@endsection @section('scripts') @endsection