@extends('layouts.auth') @section('title', 'Login | Smart Dermatology') @section('subtitle', 'Please enter your details to sign in.') @section('content')

Welcome Back

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@if (Route::has('password.request')) Forgot Password? @endif

Don't have an account? Create one

@endsection