@extends('layouts.guest', ['title' => 'Connexion — BloomFeed']) @section('content')

Connexion

Accédez à vos flux et à votre lecture approfondie

@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
{{ $errors->first() }}
@endif
@csrf
@unless (\App\Models\User::query()->exists()) @endunless
@endsection