{{-- Theme toggle (floating top-right of form panel) --}}

@yield('auth_title', 'Sign in to your account')

@yield('auth_subtitle', 'Access the ' . $appSettings->app_name . ' recruitment portal.')

@if(session('success'))
{{ session('success') }}
@endif @if($errors->any() && !$errors->has('email') && !$errors->has('password')) @endif @yield('content')