@yield('auth_title', 'Sign in to your account')
@yield('auth_subtitle', 'Access the ' . $appSettings->app_name . ' recruitment portal.')
{{ session('success') }}
@endif
@if($errors->any() && !$errors->has('email') && !$errors->has('password'))
{{ $errors->first() }}
@endif
@yield('content')