{{ __($pageTitle) }}

@csrf
{{ __('Add Sections') }}

{{ __('Select The Section You Want to add your page') }}

    @if ($page->sections != null)
    @foreach ($sections as $key => $sec)
    {{ in_array($key, $page->sections) ? array_search($key, $page->sections) + 1 : '' }} {{ frontendFormatter($key) }}
    @endforeach
    @endif
@endsection @push('script') @endpush