@lang('Payment Info')
@can('admin.booking.details') @lang('View Details') @endcan
@lang('Total Fare') +{{ showAmount($totalFare) }}
{{ __(gs()->tax_name) }} @lang('Charge') +{{ showAmount($totalTaxCharge) }}
@lang('Canceled Fare') -{{ showAmount($canceledFare) }}
@lang('Canceled') {{ __(gs()->tax_name) }} @lang('Charge') -{{ showAmount($canceledTaxCharge) }}
@lang('Extra Service Charge') +{{ showAmount($booking->service_cost) }}
@lang('Other Charges') +{{ showAmount($booking->extraCharge()) }}
@lang('Cancellation Fee') +{{ showAmount($booking->cancellation_fee) }}
@lang('Total Amount') = {{ showAmount($booking->total_amount) }}