@extends('admin.layouts.main') @section('panel')

{{ $setTitle }}

{{ __('All Sections') }}
    @forelse($sections as $sectionKey)
  • {{ ucfirst(replaceInputTitle($sectionKey))}}

  • @empty
  • No sections found
  • @endforelse
{{ __($menu->name) }} Sections
@csrf
    @forelse($menu->section_key ?? [] as $section)
  • {{ replaceInputTitle($section) }}

  • @empty
  • @endforelse
@endsection @push('style-push') @endpush @push('script-include') @endpush @push('script-push') @endpush