@if($perusahaan && $perusahaan->logo_kantor && file_exists(public_path('storage/' . $perusahaan->logo_kantor))) {{ $perusahaan->perusahaan ?? 'Company Logo' }} @elseif($perusahaan && $perusahaan->logo_kantor && file_exists(public_path($perusahaan->logo_kantor))) {{ $perusahaan->perusahaan ?? 'Company Logo' }} @else
@endif

{{ $perusahaan->perusahaan ?? 'LOGO PERUSAHAAN' }}

{{ $perusahaan->moto ?? 'Network Solutions' }}

Welcome Back

Sign in to access your corporate dashboard

@if($errors->any())
Authentication Failed
{{ $errors->first() }}
@endif @if(session('status'))
{{ session('status') }}
@endif
@csrf
Forgot password?