@extends('admin.partial.template-full') @section('section')
# | Owner | Name | Callback URL | Revoked | Created |
---|---|---|---|---|---|
{{$app->id}} | {{$app->user->username}} | {{$app->name}} | {{str_limit($app->redirect, 30)}} | {{$app->revoked ? 'true' : 'false'}} | {{now()->parse($app->created_at)->diffForHumans()}} |