@extends('account.my-account') @section('account-content') {{-- @include('common.spacer') --}}
@if ($message = Session::get('success_msg'))
{{ $message }}
@endif {{-- @include('flash::message') --}} @if (isset($errors) and $errors->any())
{{ t('Oops ! An error has occurred. Please correct the red fields in the form') }}
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{!! csrf_field() !!}
{{--
{!! getPhoneIcon(old('country_code', $user->country_code)) !!}
--}}
user()->phone_hidden)=='1') ? 'checked="checked"' : '' }}>  {{ t('Hide') }}
{{--
{!! csrf_field() !!} @if (config('settings.single.activation_facebook_comments') and config('services.facebook.client_id'))
@endif
--}}
@endsection @section('after_styles') @if (config('lang.direction') == 'rtl') @endif @endsection @section('after_scripts') @if (file_exists(public_path() . '/assets/plugins/bootstrap-fileinput/js/locales/'.ietfLangTag(config('app.locale')).'.js')) @endif @endsection