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

Posts

Create Post
@foreach($posts as $post) @endforeach
Id Title Date
{{$post->id}} {{ Str::limit($post->title, 30, "...") }} {{$post->created_at->format('Y-m-d')}} Edit
$post->id]) }} method="post"> @csrf
@endsection