@extends('admin.partial.template-full') @section('section')

Apps


@foreach($apps as $app) @endforeach
# 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()}}
@endsection