@extends('admin/layouts/admin') @section('title', __($translatePrefix .'.title')) @section('content')
{{ __($translatePrefix. '.subheading') }}
|
#
|
{{ __('global.name') }}
|
{{ __('global.created') }}
|
{{ __('global.actions') }} | ||
|---|---|---|---|---|---|
|
{{ __('global.no_results') }} |
|||||
| {{ $item->id }} | {{ $item->name }} | {{ $item->created_at != null ? $item->created_at->format('d/m/y') : 'None' }} | {{ __('global.show') }} | ||