@extends('layouts.app') @section('content')

New Sale Bill

Back
@if ($errors->any())
Please fix the following errors:
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Sale Items (FINISH Products)

# Item Available Qty Unit Rate Amount
1
Gross Amount: Rs. 0.00
Discount (-):
Net Amount: Rs. 0.00
Cancel
@endsection