@section('styles') @endsection @section('title', 'Edit Section Page ' . ucfirst($page['slug']))

{{ __('Edit Section Page ') . ucfirst($page['slug']) }}

@include('partials.alerts.main')
@csrf
@foreach ($page['sections'] as $section)
Section General {{--
--}}
{{--
--}}
{{-- @include('pages.section.edit.items') --}}
@endforeach
{{--
--}}
@section('scripts') {{-- --}} @endsection