@extends('layouts.v2.frontend-user-backend') @section('title', '| Settings') @section('content')

Settings

Manage your preferences and update your account details here.

@if(session('success'))
{{ session('success') }}
@endif
@csrf

Turn this option on to receive email notifications

user()->email_opt_in ?? false) ? 'checked' : '' }}>

Turn this option on to receive phone notifications

user()->phone_opt_in ?? false) ? 'checked' : '' }}>
@endsection