@extends('admin/settings/sidebar') @section('title', __($translatePrefix .'.title')) @section('scripts') @endsection @section('setting')

{{ __($translatePrefix . '.title') }}

{{ __($translatePrefix. '.subheading') }}

@if (count($items) == 0) @endif @foreach($items as $item) @endforeach
#
{{ __('global.name') }}
{{ __($translatePrefix . '.last_used') }}
{{ __('global.created') }}
{{ __('global.actions') }}

{{ __('global.no_results') }}

{{ $item->id }} {{ $item->name }} {{ $item->last_used != null ? $item->last_used->format('d/m/y') : 'None' }} {{ $item->created_at != null ? $item->created_at->format('d/m/y') : 'None' }}
@method('PUT') @csrf
@method('DELETE') @csrf
@endsection