@extends('admin-panel.layout') @section('page-title', 'Applications') @section('page-content')
No Applications
@else{{ $applications['count'] }} Applications
| # | Application Name | Auth Key | Created Date Time | |
|---|---|---|---|---|
| {{ ($i+1) }} | {{ $app['app_name'] }} | {{ $app['app_auth_key'] }} |
{{ hfDateTimeFormat($app['app_auth_dt']) }} | Revoke |