@extends('crudbooster::admin_template') @section('content')

Generate Secret Key

@foreach($apikeys as $row) @endforeach @if(count($apikeys)==0) @endif
No Screet Key Hit Status -
{{ ++$no }} {{ $row->screetkey }} {{ $row->hit }} {!! ($row->status=='active')?"Active":"Non Active" !!} @if($row->status == 'active') Non Active @else Active @endif Delete
There is no secret key found, Click here to generate one
@push('bottom')