{{ trans('api::messages.Authorization Request') }}

{!! trans('api::messages.:clientName is requesting permission to access your account.', ['clientName' => '' . $client->name . '']) !!}

@if (count($scopes) > 0)

{{ trans('api::messages.This application will be able to:') }}

    @foreach ($scopes as $scope)
  • {{ $scope->description }}
  • @endforeach
@endif
{{ csrf_field() }}
{{ csrf_field() }} {{ method_field('DELETE') }}