@extends('layouts.auth') @section('title', 'Log in') @section('content')
@csrf
@error('email'){{ $message }}@enderror
@error('password'){{ $message }}@enderror

← Go to Bella Lucia

@endsection