@extends('layouts.front-layout') @section('title') User Login @endsection @section('content') Login Now Login Now Log In To Your Account @csrf Email @error('email') {{ $message }} @enderror Password @error('password') {{ $message }} @enderror Login Forgotten Password? or CREATE ACCOUNT @endsection