@extends('front.user.partials.layout' , ['active' => 'profile' , 'page' => __('profile')]) @push('css') @endpush @section('profile_content')
@lang('profile')
{!! Form::open(['POST', 'url'=> url()->current() ,'to'=>url()->current() , 'class'=>'form-horizontal','id'=>'formUserProfile']) !!}
@if($counties = getCountry()) @endif
{{-- @if($cities = cities()->where('country_id' , auth()->user()->country->id))--}} {{-- --}} {{-- @endif--}}
{{ auth()->user()->country->code ?? getCountry()[0]->code }} {{-- @if($counties = getCountry())--}} {{-- --}} {{-- @endif--}}

@lang('change_password')

{!! Form::close() !!}
@endsection @push('js') @endpush