{{ __('oauth.authorization_request_title') }}
{{ $client->name }}
{{ __('oauth.authorization_request_desc') }}.
@if (count($scopes) > 0)
This application will be able to:
@foreach ($scopes as $scope)
{{ $scope->description }}
@endforeach
@endif
@csrf
{{ __('oauth.btn_approve') }}
@csrf @method('DELETE')
{{ __('oauth.btn_deny') }}