@extends('layouts.auth') @push('styles') @endpush @section('content')
@csrf

Sign in

@error('login') {{ $message }} @enderror
@error('password') {{ $message }} @enderror

{{ env('APP_NAME', 'Dashboard') }}

A robust authentication @if (env('METHOD_AUTH') == 'uim') integrate with User ID Management @endif gateway ensuring
secure efficient user access to the {{ env('APP_NAME', 'Dashboard') }}
Dashboard interface.
@endsection