@extends('auth.layouts.app') @section('content')
@include('auth.layouts.header')

Login your account

Enter your email address, along with your password, to securely access your account.

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
Forgot Password?

Don't have an account? Sign Up !

@include('auth.layouts.footer')
@endsection