@extends('manager.layouts.app') @section('page_title') {{ !empty($page_title) && isset($page_title) ? $page_title : '' }} @endsection @push('head-scripts') @endpush @section('content')
{{-- Start: Page Content --}}

Blogs Category

List of Blogs Category

@if (session('success')) @endif @if (session('error')) @endif
@forelse($categories as $index => $category) @empty @endforelse
# Name Status Actions
{{ $categories->firstItem() + $index }} {{ $category->name }} {{ $category->is_active ? 'Active' : 'Inactive' }} Edit
@csrf @method('DELETE')
No Categories Found
{{-- Pagination --}}
{{ $categories->links() }}
{{-- Datatatble : End --}} {{-- Page Description : Start --}} @if (!empty($p_description) && isset($p_description)) @endif {{-- Page Description : End --}} {{-- Delete Confirmation Model : Start --}}
{{-- Delete Confirmation Model : End --}} {{-- End: Page Content --}}
@endsection @push('footer-scripts') {{-- --}} {{-- Delete Confirmation Model : Script : Start --}} {{-- --}} {{-- Delete Confirmation Model : Script : Start --}} {{-- Toastr : Script : Start --}} {{-- @if (Session::has('messages')) @endif --}} {{-- Toastr : Script : End --}} @endpush