@extends('layouts.guest2') @section('title', 'Account Login') @section('content')
Logo

Welcome Back

Sign in to {{ $settings->site_name }}

@if (Session::has('status')) @endif @if ($errors->any()) @endif

Enter Your Credentials

@csrf
New to {{ $settings->site_name }}?

By signing in, you agree to our Terms of Service and Privacy Policy. Your data is protected with bank-grade security.

@endsection @section('scripts') @endsection