@extends('layouts.app') @section('content')

Sections Manage

@csrf @method('PUT')
{{-- @include('alerts.error_messages') --}} @if ($errors->sectionForm->any())
    @foreach ($errors->sectionForm->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{-- {{ trans('lang.sections') }} --}}
You can select multiple items

Sections

@foreach ($categorySections as $groupName => $sections) {{-- group header --}} {{-- group sections --}} @endforeach {{-- @foreach ($categorySections as $row) @endforeach --}}
Section Name Action Status
{{ $groupName }} @if (!empty($sections->first()->group_icon)) Group Icon @endif
@foreach ($sections as $row) @endforeach
{{ $row->section_name }}
{{ $row->section_name }}
{{--
--}}
{{ trans('lang.cancel') }}
@endsection @section('scripts') @endsection