@section('title', 'Edit Item')

{{ __('Edit Item') }}

{{-- @dump($item) --}}
@include('partials.alerts.main')
@csrf @php $sectionSlug = ''; foreach ($sections as $section) { if ($section['id'] == $item['section_id']) { $sectionSlug = $section['slug']; break; } } @endphp {{--
--}} {{-- {{ in_array($sections['section_type_id'], ['1', '12']) ? 'hidden' : '' }} --}}
{{--
--}}
{{--
--}}
{{-- --}} {{--
--}}
{{-- --}} {{--
--}}
@section('scripts') @endsection