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

Table > Post

Add New

Post

@foreach ($posts as $post) @endforeach
Title Views Created At Action
{{$post->title }} {{$post->view }} {{ $post->created_at->format('d/m/Y') }}
{{ csrf_field() }}
{{ $posts->links() }}
@endsection