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