Authorize Application "{{ $client->name }}"?
This application is requesting access to your account.
@if (count($scopes) > 0)
It is requesting the following permissions:
@foreach ($scopes as $scope)
{{ $scope->description }}
@endforeach
@endif
@csrf
Authorize
@csrf @method('DELETE')
Deny