@php $logoPath = 'assets/images/logo.png'; if (!file_exists(public_path($logoPath)) && file_exists(public_path('assets/images/logo_1762164536.png'))) { $logoPath = 'assets/images/logo_1762164536.png'; } // Jika logo tidak ada, jangan tampilkan gambar if (!file_exists(public_path($logoPath))) { $logoPath = null; } @endphp @if($logoPath) IVEN-HUB Logo @else
@endif

Reset Password

@csrf
@error('email')
{{ $message }}
@enderror

Minimal 8 karakter, maksimal 255 karakter. Wajib mengandung huruf besar, huruf kecil, angka, dan simbol.

  • Minimal 8 karakter
  • Huruf besar dan huruf kecil
  • Mengandung angka
  • Mengandung simbol
  • Konfirmasi password cocok
@error('password')
{{ $message }}
@enderror
@error('password_confirmation')
{{ $message }}
@enderror