@extends('layouts.main') @section('content')
delete Delete @if ($account->id)

people Edit an account

Updated on {{ $account->updated_at->format('d/m/Y')}} @else

people Create an account

@endif
@csrf @method($account->id ? 'put' : 'post')

Connexion

@include('parts.errors', ['name' => 'username'])
@include('parts.errors', ['name' => 'display_name'])
@include('parts.errors', ['name' => 'password'])
@include('parts.errors', ['name' => 'password_confirmation'])
@include('parts.errors', ['name' => 'email'])
@include('parts.errors', ['name' => 'phone'])

Other information

activated)checked @endif>
admin)checked @endif>

Admin

admin)checked @endif>

End user


@endsection