@extends('layouts.login') @section('title', 'Login | Institution Axis') @section('content')
Institution Axis Logo

Welcome Back

Sign in to your Institution Axis account

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

Don't have an account? Create Account

@endsection @section('custom-scripts') @endsection