@include('bookings.show_fields')
@include('eservice_bookings.table')
{{trans('lang.booking_subtotal')}} | {!! getPrice($subtotal) !!} |
---|---|
{{trans('lang.booking_additional_fee')}} | {!! getPrice($booking['additional_fee'])!!} |
{{trans('lang.booking_tax')}} ({!!$booking->tax!!}%) | {!! getPrice($taxAmount)!!} |
{{trans('lang.booking_total')}} | {!!getPrice($total)!!} |