@extends('layouts.admin') @section('page-header', 'News') @section('styles') @endsection @section('content')
@forelse ($news as $newsItem) @empty @endforelse
Title Added on
{{ $newsItem->title }} {{ $newsItem->created_at->format('Y-m-d H:i') }} Edit
No news yet
{{ $news->links() }}
@endsection @section('scripts') @endsection