@php use App\Models\Institution; use App\Helpers\GeneralHelper; $logo = Institution::first()->institution_logo_path ?? ''; $tagline = GeneralHelper::getTagline() ?? ''; $sub_heading = GeneralHelper::getSubHeading() ?? ''; @endphp PSRMS {{-- --}} {{-- --}}
@if (app('request')->input('msg')) @endif

{{ $tagline == '' ? 'Where passions soar.' : $tagline }}

{{ $sub_heading == '' ? 'Dreams are made right here, and you even make them a reality.' : $sub_heading }}

Student Login
@if (session('error')) @endif
{{-- --}}