@extends("$layout.layouts.layout") @section('content')

Make A Payment {{ get_currency($countryId) . number_format(total_payable_amount($totalPayableAmount), 2) }}

@if (session()->has('success'))
{{ session()->get('success') }}
@endif
@csrf
@endsection @push('js') @endpush