@extends('backend.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
{{-- bradecrumb Area S t a r t --}} {{-- bradecrumb Area E n d --}}

{{ $data['title'] }}

@if (hasPermission('class_setup_create')) {{ ___('common.add') }} @endif
@if (hasPermission('class_setup_update') || hasPermission('class_setup_delete')) @endif @forelse ($data['class_setups'] as $key => $row) @if (hasPermission('class_setup_update') || hasPermission('class_setup_delete')) @endif @empty @endforelse
{{ ___('common.sr_no') }} {{ ___('academic.class') }} {{ ___('academic.sections') }} {{ ___('common.status') }}{{ ___('common.action') }}
{{ ++$key }} {{ @$row->class->name }} @foreach($row->classSetupChildrenAll as $child) {{ $child->section->name }}
@endforeach
@if ($row->status == App\Enums\Status::ACTIVE) {{ ___('common.active') }} @else {{ ___('common.inactive') }} @endif

{{ ___('common.No data available') }}

{{ ___('common.Please add new entity regarding this table') }}

@endsection @push('script') @include('backend.partials.delete-ajax') @endpush