@extends('admin/layouts/admin') @section('title', __($translatePrefix .'.title')) @section('content')
{{ __($translatePrefix. '.subheading') }}
|
#
|
{{ __('global.key') }}
|
{{ __('global.name') }}
|
{{ __('global.type') }}
|
{{ __('global.created') }}
|
{{ __('global.actions') }} |
|---|---|---|---|---|---|
|
{{ __('global.no_results') }} |
|||||
| {{ $item->id }} | {{ $keys[$item->key] }} | {{ $item->name }} | {{ __($translatePrefix . '.types.'. $item->type) }} | {{ $item->created_at->format('d/m/y') }} | {{ __('global.show') }} |