@extends('user.layouts.index', ['header' => true, 'nav' => true, 'demo' => true, 'settings' => $settings]) {{-- Custom CSS --}} @section('css') @endsection @section('content')
{{-- Failed --}} @if (Session::has('failed')) @endif {{-- Success --}} @if (Session::has('success')) @endif

{{ __('Update Section Title') }}

{{-- Nav links --}} @include('user.pages.edit-cards.includes.nav-link', [ 'link' => 'section-titles', ])
@csrf

{{ __('Section Titles') }}

{{-- --}} {{-- --}} @foreach ($sectionTitles as $item) {{-- --}} @endforeach
{{ __('Drag') }}{{ __('Title') }}
{{-- Footer --}} @include('user.includes.footer')
{{-- Custom JS --}} @push('custom-js') @endpush @endsection