@extends('layouts.auth') @section('title', 'Sign In') @section('content')

Welcome Back

Sign in to your account

@if(session('inactive_user')) @endif @if(session('success')) @endif
@csrf
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
{{-- @if (Route::has('password.request')) @endif --}}

Don't have an account? Create Account

Secure

Your data is protected

Fast Access

Quick and reliable

Support

24/7 help available

@endsection @push('styles') @endpush @push('scripts') @endpush