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

Manage Sub-Section

Add New Subsection

Filter

Sub-Sections Status ACTION




@foreach ($sections as $key => $group) @php $color = '' ; if($group->is_active == 1) { $color = 'green'; }else { $color = 'red'; } @endphp @endforeach
S.No. Name Parent Action
{{$key + $sections->firstItem() }} {{ empty($group->name) ? 'N/A' : $group->name }} {{ empty($group->parent) ? 'N/A' : $group->parent->name }} Edit
@php if($sections->count() > 0) { @endphp {!! $sections->appends(request()->input())->links() !!} @php } @endphp
@endsection @section('extraJs') @endsection