@extends('layouts.app') @section('content')
{{ __("Personnal access token") }}
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@endsection