@extends('layouts.app')
@section('title','Appointment Billings')
@section('pages')
@if (isset($patient_detail))
Appointment Bills Of {!! $patient_detail->account_title->name ?? ' ' !!}
{!! $patient_detail->name ?? ' ' !!}
({!! $patient_detail->code !!})
@else
Appointment Billings
@endif