@extends('layouts.frontendDashboard.master') @section('title', 'Archived Categories') @push('style') @endpush @section("body-start")
@endsection @section("content")
@include("frontend.content_manager.category.category_archive_list")
@endsection