@extends('frame') @section('title') blikk :: authorization @stop @section('css') @stop @section('js') @endsection @section('content')

{{ trans('auth.oauth_title') }}

{{ $client->name }} {{ trans('auth.oauth_text') }}.

@if (count($scopes) > 0)

{{ trans('auth.oauth_permheader') }}:

    @foreach ($scopes as $scope)
  • {{ trans('auth.oauth_scopes.'.$scope->id) }}
  • @endforeach
@endif
{{ csrf_field() }}
{{ csrf_field() }} {{ method_field('DELETE') }}
@endsection