@extends('admin/layouts/admin') @section('title', __($translatePrefix .'.title')) @section('scripts') @endsection @section('content')
{{ __($translatePrefix. '.subheading') }}
|
#
|
{{ __('global.name') }}
|
{{ __($translatePrefix . '.is_default') }}
|
{{ __('global.created') }}
|
{{ __('global.actions') }} | ||
|---|---|---|---|---|---|---|
|
{{ __('global.no_results') }} |
@endif
@foreach($items as $item)
||||||
| {{ $item->id }} | {{ $item->name }} |
@if ($item->is_default)
{{ __($translatePrefix . '.is_default_help', ['date' => \Carbon\Carbon::parse($item->expires_at)->format('d/m/y')]) }}
|
{{ $item->created_at != null ? $item->created_at->format('d/m/y') : 'None' }} | {{ __('global.show') }} @if (!$item->is_default) @endif | ||