@extends('admin.app') @section('headSection') @endsection @section('main-content')

Post Create, Read, Update, Delete

Post

Add New
@include('includes.messages')
@foreach ($posts as $post) @endforeach
S.No Title Sub Title Slug Image Creatd At Edit Delete
{{ $loop->index + 1 }} {{ $post->title }} {{ $post->subtitle }} {{ $post->slug }} {{ $post->created_at }}
S.No Title Sub Title Slug Creatd At Edit Delete
@endsection @section('footerSection') @endsection