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

Now

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