@extends('layouts/layout') @section('content')
@forelse ($newss as $news) @empty @endforelse
Title Start At End At Created At Action
{{ $news->title }} {{ $news->start_at }} {{ $news->end_at }} {{ $news->created_at->format('d M Y') }}
There are no news yet.
{{ $newss->links() }}
@endsection