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

Now

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