@extends('layout.master') @push('plugin-styles') @endpush @section('content') @include('admin.partials.breadcrumb', ['page'=>'Новости'])
T/R | Заголовок | Фото | Дата создания | Действия |
---|---|---|---|---|
{{ $loop->iteration }} | {{ $post->getTranslatedAttributes(session('locale_id'))->title ?? 'no title' }} | {{ $post->created_at->format('d.m.Y / H:i') }} | Посмотреть Редактировать |