@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.') }}
@endif
@csrf
@if (Route::has('password.request')) {{ __('Forgot your password?') }}
@endif {{-- @if(Route::has('register')) {{ __('Register account') }} @endif --}}
@endsection