@section('page_slug', 'account-address') @section('page_title', __('firstcop.account.informations.title')) @extends('account.layout') @section('account.content')
Informations de compte
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('lastname')) {{ $errors->first('lastname') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('email_confirmation')) {{ $errors->first('email_confirmation') }} @endif
@csrf
@if ($errors->has('current_password')) {{ $errors->first('current_password') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif
@endsection