@php $logoPath = \App\Models\Setting::get('app_logo', 'assets/images/logo.png') ?? 'assets/images/logo.png'; $logoExists = file_exists(public_path($logoPath)); if (!$logoExists && file_exists(public_path('assets/images/logo_1762164536.png'))) { $logoPath = 'assets/images/logo_1762164536.png'; $logoExists = true; } // Jika logo masih tidak ada, gunakan placeholder if (!$logoExists) { $logoPath = null; } @endphp @if($logoPath && $logoExists) {{ \App\Models\Setting::get('app_name', 'IVEN-HUB') ?? 'IVEN-HUB' }} Logo @else
@endif

Selamat Datang

Masuk ke akun Anda untuk melanjutkan

@if(session('success'))

{{ session('success') }}

@endif @if(session('loginError'))

{{ session('loginError') }}

@endif
@csrf @if(request()->has('redirect')) @endif
@error('login')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror

Belum punya akun? Daftar Sekarang

© 2024 IVEN-HUB. All rights reserved.