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

Now

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