@extends('layout.app') @section('title', 'Bills') @section('page-title', 'Add Bill') @section('content')
Add new Bill
@csrf
@error('shopkeeper_id') {{ $message }} @enderror
Items
Item Item Code Unit Per Carton Stock Price * Qty Pieces * Qty Cartons Total Qty Total Amount Action
Total Items: 0

Net Amount: Rs. 0.00
Discount Amount: Rs. 0.00
Cash Received: Rs. 0.00
Previous Balance: Rs. 0.00

Total Amount (Due): Rs. 0.00
Cancel
@push('scripts') @endpush @endsection