@extends('layouts.backend') @section('mainContentArea')

Manage Sections Add Category

@php $dash = ''; @endphp @foreach ($categories as $k => $c) @if(isset($c['children'])&&(count($c['children']))) @include('backend.sections.listsubcategory',['subcategories' => $c['children']]) @endif @endforeach
S.No. Name Shortcode Status Action
@if(isset($c['children'])&&(count($c['children'])))@endif{{$c['name']}} {{$c['shortcode']}} @if($c['is_active']==1) Active @else InActive @endif
@endsection @section('extraJs') @endsection