@extends('layouts.app') @section('title', 'User Settings') @section('content')
Settings
@csrf

To change email or password, log into myVATSIM.

setting_notify_newreport ? "checked" : "" }}>
@if(!$user->setting_workmail_address) We're sending notifications to this address. @endif
@if($user->isMentorOrAbove())
Mentor Notifications
setting_notify_tasks ? "checked" : "" }}>
@endif @if($user->isModeratorOrAbove())
Moderator Notifications
setting_notify_newreq ? "checked" : "" }}>
setting_notify_closedreq ? "checked" : "" }}>
setting_notify_newexamreport ? "checked" : "" }}>
Enter a work e-mail address to send all notifications to instead. Has to be @{{ Setting::get('linkDomain') }} @error('setting_workmail_address') {{ $errors->first('setting_workmail_address') }} @enderror
@endif
@endsection