@extends('public._layout')
@section('head')
@endsection
@section('main-class', 'auth')
@section('main')
The Romantic Room
Log in
@if (session('status'))
{{ session('status') }}
@endif
@if ($errors->any())
{{ __('Whoops! Something went wrong.') }}
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection