{{-- @include('alerts.error_messages') --}} @if ($errors->sectionForm->any())
@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 Text Color Background Color Action Status
Group: {{ $groupName }} @if (!empty($sections->first()->group_icon)) Group Icon @endif @if (!empty($sections->first()->category_slug)) Category: {{ $sections->first()->category_slug }} @endif @if (!empty($sections->first()->store_name))
Store: {{ $sections->first()->store_name }}
@endif
@php $groupActive = $sections->contains(function ($item) { return $item->status == 1; }); @endphp
@foreach ($sections as $row) @endforeach
@if (!empty($sections->first()->max_price))
Max Price: {{ $sections->first()->max_price }}
@endif
{{ $row->section_name }}
{{--
--}}
{{ trans('lang.cancel') }}