| Name | Size | Mode | Actions |
|---|---|---|---|
| posts.blade.php | 1217 | 0644 | editdlrm |
/home/techb158/immovalet.com/platform/plugins/blog/resources/views/posts/widgets/posts.blade.php (1217B)
| # | {{ trans('core/base::tables.name') }} | {{ trans('core/base::tables.created_at') }} |
|---|---|---|
| {{ $loop->index + 1 }} | @if ($post->slug) {{ Str::limit($post->name, 80) }} @else {{ Str::limit($post->name, 80) }} @endif | {{ BaseHelper::formatDate($post->created_at, 'd-m-Y') }} |