Billing Details
Payment for booking appointment with doctor :
{{$doctorName->user->full_name}} at
{{\Carbon\Carbon::parse($appointment->date)->format('d/m/Y')}} {{$appointment->from_time}}
{{$appointment->from_time_type}} to {{$appointment->to_time}}
{{$appointment->to_time_type}}
@if(session('success_msg'))
{{ session('success_msg') }}
@endif
@if(session('error_msg'))
{{ session('error_msg') }}
@endif
Payment
: {{$appointment->payable_amount}} {{getCurrencyCode()}}