@extends('layouts.app') @section('content')
@if(session('success')) @endif @if(session('error')) @endif
User Avatar
{{ $user->first_name }} {{ $user->last_name }}
{{ ucfirst($user->role) }}
@csrf
Profile Information
@csrf
Separate state licenses with commas.
Virtual Phones
@csrf
This will be used for tracking in marketing campaigns.
You can upload or record a voicemail file. @if($user->voicemail_file) @endif
Notification Settings
@csrf

Choose where to receive notifications:

notify_email ? 'checked' : '' }}>
notify_phone ? 'checked' : '' }}>
Manage MLS IDs
@forelse($user->mls_ids ?? [] as $mls) @empty @endforelse
MLS Name MLS ID
{{ $mls->name }} {{ $mls->id }}
No MLS IDs assigned yet.
Change Email Address
@csrf
Change Password
@csrf
Brokerage/Team Settings
@csrf
user()->isAdmin()) readonly style="background-color: #e9ecef; cursor: not-allowed;" @endif>
Upload your brokerage logo (JPEG, PNG). @if($user->brokerage_logo)
Brokerage Logo
@endif
Office Address
@csrf
@endsection