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

@foreach($billingList as $list) @endforeach
Service Name Quantity Rate Sub Total













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