@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

Purchase Challan Register

@csrf
Date Bill No. Party Item Qty Free Rate Basic Amt. Disc % Disc Amt. Tax % Tax Amt. Net Amt.
Records

0

Total Qty.

0

Free

Basic Amt.

0

Discount

0

Tax Amt.

0

Net Amt.

0

@endsection @section('js') @endsection