@extends('layouts.app') @section('content')

{{trans('lang.appointment_plural')}}|{{trans('lang.appointment_desc')}}

@include('appointments.show_fields')
@include('doctor_appointments.table')
{{trans('lang.appointment_subtotal')}} {!! getPrice($subtotal) !!}
{{trans('lang.appointment_additional_fee')}} {!! getPrice($appointment['additional_fee'])!!}
{{trans('lang.appointment_tax')}} ({!!$appointment->tax!!}%) {!! getPrice($taxAmount)!!}
{{trans('lang.appointment_total')}} {!!getPrice($total)!!}
@endsection @push('scripts') @endpush