@extends('layouts.app') @php($hideLayout = true) @section('content') @if (session('status'))
{{ session('status') }}
@endif

{{ __('auth.sign_in') }}

Login illustration
@include('include.social-login')
@csrf @error('email') @enderror
@error('password')

{{ $message }}

@enderror
@if (Route::has('password.request')) {{ __('auth.forgot_password_login') }} @endif

{{ __('auth.no_account') }} {{ __('auth.signup') }}

@endsection