@extends('layouts.admin') @section('title', 'Product | Mintavia Admin') @section('content')
@if (isset($message) && $message) @switch($message['status']) @case('success') @break @case('error') @break @endswitch @endif

Trial Balance List

@csrf
# Product Name Barcode Qty Print Qty Sale Price MRP
@endsection @section('js') @endsection