@extends('admin/layouts/admin') @section('title', __($translatePrefix .'.title')) @section('scripts') @endsection @section('content')
{{ __($translatePrefix. '.subheading') }}
|
#
|
{{ __('global.name') }}
|
{{ __('global.locale') }}
|
{{ __('global.status') }}
|
{{ __('global.created') }}
|
{{ __('global.actions') }} | ||
|---|---|---|---|---|---|---|---|
|
{{ __('global.no_results') }} |
|||||||
| {{ $item->id }} | {{ $translations[$item->name] ?? $item->name }} | {{ $locales[$item->locale] ?? $item->locale }} |
|
{{ $item->created_at->format('d/m/y') }} | {{ __('global.show') }} | ||