@extends('layouts.public') @section('title', 'Login | Dr Dutta Clinic') @section('content')

Welcome Back

Sign in to your account

@if(session('status'))
{{ session('status') }}
@endif @if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
Forgot password?
@endsection