@extends ('Layouts.Application') @section ('MainContent')
Section Privilege
@include ('Layouts.FormValidationErrors') @include ('Layouts.ErrorSuccessAndWarninMessages')
@csrf
@if ($sectionInfo->isNotEmpty()) @foreach ($sectionInfo as $sec)
@endforeach @endif
@include ('includes.class_names_checkbox')
@include ('includes.group_names_checkbox')
@include ('includes.branch_shift_version_names_checkbox')
@endsection