@extends('layouts.app') @section('content')
{{ __("Création de token d'accès personnel") }}
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@endsection