@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')

Settings

@push('styles') @endpush @push('scripts') @endpush @endsection