@extends('account.my-account')
@section('account-content')
{{-- @include('common.spacer') --}}
@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
@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