{{ __('sidebar.post_category_list') }}

{{--
--}}
@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 Post Category found!!! Please create post category
@endif
@endsection @push('styles') @endpush @push('scripts') @endpush