@section('title', __('Profile Menu Settings'))
@foreach ($sections as $section)

{{ $section['title'] }}

{{ $section['description'] }}

@foreach ($section['items'] as $key => $label) @endforeach
@endforeach