@extends('layouts.auth') @section('title', 'Login') @section('content')
{{ config('app.name') }}
auth-illustration mask
@if ($errors->any()) @endif

Welcome to {{ config('app.name') }}! 👋

Please sign-in to your account and start the adventure

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

New on our platform? Create an account

@endsection @push('scripts') @endpush