@extends('front.layout.app') @section('page_title',trans('word.change-country')) @section('custom-styles') @endsection @section('content')
@include('front.layout.profile-side')
@if(session()->has('success')) @endif

@lang('word.change-country')

@include('front.layout.profile-side-mobile')
@if(session()->has('success')) @endif

@lang('word.technical-support')

@lang('word.send-message-for-support-assistance-for-free')

@endsection @section('scripts') @endsection