@if(App::getLocale() == 'en')
@else
@endif
@lang('site.Amnuh') - @lang('site.Become_a_Caption')
@if(App::getLocale() != 'en')
@endif
@lang('site.Become_a_Caption')
@if(\Session::has('success'))
@lang('site.Become_a_Caption_Success')
@endif @if($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
@csrf
@foreach($cities as $city)
{!! $city->City_name !!}
@endforeach