@extends('front_end.layouts.home') @section('title', $title ?? 'Settings - Socialink') @php $showRightSidebar = false; $showLeftSidebar = false; @endphp @push('styles') @endpush @section('content')
Need help?

Browse the Help Center for walkthroughs on privacy, notifications, and account tools.

@yield('settings_content')
@endsection