@extends('backend.layouts.master') @section('main-content')
@include('backend.layouts.notification')
Post Category Lists
Add Post Category
@if(count($postCategories)>0) @foreach($postCategories as $data) {{-- Delete Modal --}} {{-- --}} @endforeach
S.N. Title Slug Status Action
S.N. Title Slug Status Action
{{$data->id}} {{$data->title}} {{$data->slug}} @if($data->status=='active') {{$data->status}} @else {{$data->status}} @endif
@csrf @method('delete')
{{$postCategories->links()}} @else
No Post Category found!!! Please create post category
@endif
@endsection @push('styles') @endpush @push('scripts') @endpush