@extends('admin.layouts.auth_layout') @section('login_content')
@if ($errors->any())
@foreach ($errors->all() as $error) {{ $error }} @endforeach
@endif
@csrf
@if($portal && $portal=='HMC') @endif @if($portal && $portal=='SUDA') @endif

{{ config('constants.APP_NAME_SHORT') }}

{{ $portal ?? '' }} Login
{{ config('constants.APP_NAME') }}

© Codydea Softech 2026 All Rights Reserved.

@endsection