@extends('layouts.app') @section('title', 'Login - PreOrder') @section('content')

Welcome Back

Sign in to your account

@csrf
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror

Don't have an account? Register here

@endsection