@php $logoUrl = ($schoolSettings['school_logo'] ?? null) ? asset('storage/' . $schoolSettings['school_logo']) : null; $schoolName = $schoolSettings['school_name'] ?? 'School Portal'; $schoolTagline = $schoolSettings['school_tagline'] ?? 'Nurturing Minds, Building Futures'; @endphp
@if($logoUrl) {{ $schoolName }} @else {{ strtoupper(substr($schoolName, 0, 1)) }} @endif

{{ $schoolName }}

{{ $schoolTagline }}

Secure Access
Track Progress
Stay Connected

Welcome back

Sign in to your account to continue

@if($errors->any())
{{ $errors->first() }}
@endif @if(session('status'))
{{ session('status') }}
@endif
@csrf
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror