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

New Purchase Bill

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

Purchase Items (RAW Materials)

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