@extends('layouts.app') @section('title', 'Login – Myositis India') @section('content')

Welcome back

Login to access your Myositis India dashboard.

@if(session('error'))
{{ session('error') }}
@endif @if($errors->any())
{{ $errors->first() }}
@endif
@csrf
{{-- Password reset will come later --}} Forgot password?

New here? Create an account

@endsection