@include('layouts.app') @include('layouts.header') @php $cityToCountry= file_get_contents(asset('tz-cities-to-countries.json')); $cityToCountry=json_decode($cityToCountry,true); $countriesJs=array(); foreach($cityToCountry as $key=>$value){ $countriesJs[$key]=$value; } @endphp

{{trans('lang.add_amount')}}

{{trans('lang.message')}}

{{trans('lang.select_payment_option')}}
@include('layouts.footer') @include('layouts.nav')