@extends('user::layouts.auth') @section('title', 'Sign in') @section('content') @if (session('status'))
{{ session('status') }}
@endif
@csrf @if(filled($redirectTo)) @endif
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
Forgot password?

New here? Create account

@include('user::auth.partials.social-buttons', ['socialProviders' => $socialProviders]) @endsection