@extends('layouts.guest') @section('title', 'Secure Login') @section('content')

Welcome Back

Please enter your credentials to manage accounts

@csrf {{-- Email Field --}}
@error('email')
{{ $message }}
@enderror
{{-- Password Field --}}
Forgot Password?
@error('password')
{{ $message }}
@enderror
{{-- ADDED SIGN UP OPTION HERE --}}
{{-- Script to handle toggle --}} @endsection