@extends('layouts.admin')
@section('title', 'Settings — OAH')
@php
$passwordMismatchMessage = 'Password confirmation does not match.';
$activeTab = session('settings_tab', 'profile');
if ($errors->has('legal_breakdown_email') || $errors->has('training_or_top_up_email')) {
$activeTab = 'enquiry';
} elseif ($errors->has('email') || $errors->has('password')) {
$activeTab = 'profile';
}
@endphp
@section('content')
Your login Email and password.
Set the Email Address for each client dashboard button.