@extends('admin.app')
@section('headSection')
@endsection
@section('main-content')
@include('includes.messages')
S.No |
Title |
Sub Title |
Slug |
Image |
Creatd At |
Edit |
Delete |
@foreach ($posts as $post)
{{ $loop->index + 1 }} |
{{ $post->title }} |
{{ $post->subtitle }} |
{{ $post->slug }} |
}}/blog/{{$post->image}}) |
{{ $post->created_at }} |
|
|
@endforeach
S.No |
Title |
Sub Title |
Slug |
Creatd At |
Edit |
Delete |
@endsection
@section('footerSection')
@endsection