@extends('layouts.user_type.auth') @section('content')

Welcome back

Enter your email and password to sign in

@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror

Don't have an account? Sign up

@endsection