@extends('admin.admin_master')
@section('content-header', "Apimanagers")
@section('content')
|
Description |
API Connection |
API Key |
Expire |
Last Active |
|
@foreach ($apimanager as $record)
| {!! $loop->iteration !!} |
{!! $record->description !!} |
{!! $record->api_connection !!} |
{!! $record->api_key !!} |
{!! $record->expire !!} |
{!! $record->last_active !!} |
Edit
Delete
|
@endforeach
@endsection
@push('scripts')
@endpush