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

Posts

@endsection @section('content') @foreach($posts as $post) @endforeach
Id Titulo Fecha create
{{$post->id}} {{$post->title}} {{$post->created_at->format('Y-m-d')}} edit delete
@endsection