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