@extends('admin.base') @section('content')

Now

Create Now @foreach($nows as $now) @endforeach
Id Published Date
{{$now->id}} {{$now->is_published ? "Yes" : "No"}} {{$now->created_at->format('Y-m-d')}} Edit
$now->id]) }} method="post"> @csrf
@endsection