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

Get Started Now

Enter your credentials to login your account

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

Don't have an account yet? No Registration available

@endsection