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

Posts

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