@extends('admin/settings/sidebar') @section('title', __($translatePrefix .'.title')) @section('scripts') @endsection @section('setting')
{{ __($translatePrefix. '.subheading') }}
|
#
|
{{ __('global.name') }}
|
{{ __($translatePrefix . '.last_used') }}
|
{{ __('global.created') }}
|
{{ __('global.actions') }} | ||
|---|---|---|---|---|---|---|
|
{{ __('global.no_results') }} |
@endif
@foreach($items as $item)
||||||
| {{ $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' }} | |||