@extends('layouts.app') @section('header')
@endsection @section('content')
Add Billing/Treatment
{{ csrf_field() }}

Service Name Quantity Rate Sub Total
{{-- --}}













@endsection @section('scripts') @include('billing.bill.inc.script') @endsection