@extends('front.layout.app') @section('title', 'Login') @section('content')

Welcome back!Sign in to your account

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

Don’t have an account? Sign Up

@endsection