@extends('layout.default')
@section('title')
{{ __('common.user') }} {{ __('user.apikeys') }} - {{ __('staff.staff-dashboard') }} -
{{ config('other.title') }}
@endsection
@section('meta')
@endsection
@section('breadcrumbs')
{{ __('staff.staff-dashboard') }}
{{ __('user.apikeys') }}
@endsection
@section('page', 'page__apikey-log--index')
@section('main')
@livewire('apikey-search')
@endsection