| {{ __('pages.paragraph') }} | {{ __('pages.user') }} | {{ __('pages.created_at') }} | {{ __('pages.updated_at') }} | {{ __('pages.show') }} | |
|---|---|---|---|---|---|
|
{!! Str::limit($item->{localizedField('paragraphs')}, 100, '...') !!} |
{{ $item->user->user_name ?? 'N/A' }} | {{ $item->created_at }} | {{ $item->updated_at }} | {{-- {{ __('pages.show') }} --}} @lang('pages.edit') | |
| @lang('pages.no_data_found') | |||||