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