@extends('layouts.app') @section('content')
{{ __("Token create: choose app") }}
@if (! $authorized)
Limite atteinte du nombre de jetons autorisés : {{ config('passport.max_number_tokens') }}.
@else
@csrf
@if ($errors->has('client_id')) {{ $errors->first('client_id') }} @endif
{{-- AFFICHAGE DES SCOPES --}} {{--
--}}
@endif
@endsection