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

Service Name Quantity Rate Sub Total













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