@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
@if($message = Session::get('success'))

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

@endif
@include('layouts.footer') @include('layouts.nav') @if($message = Session::get('success')) @endif