@extends('backend.layouts.master') @section('title') {{ __('sidebar.all_post_category') }} @endsection @section('main-content') @include('backend.layouts.notification')
Article Category
@if(count($postCategories)>0) @foreach($postCategories as $data) {{-- Delete Modal --}} {{-- --}} @endforeach
{{ __('sidebar.post_snumber') }} {{ __('sidebar.post_title') }} {{ __('sidebar.post_slug') }} {{ __('sidebar.post_status') }} {{ __('sidebar.post_action') }}
{{$data->id}} {{$data->title}} {{$data->slug}} @if($data->status=='active') {{$data->status}} @else {{$data->status}} @endif
@csrf @method('delete')
{{$postCategories->links()}} @else
No News Category found!!! Please create news category
@endif
@endsection @push('styles') @endpush @push('scripts') @endpush