@extends('layouts.guest1') @section('title', 'Login account') @section('content')
@if (Session::has('status')) @endif

Sign In

Enter your email address and password to access your account.

@csrf
@error('email') {{ $message }} @enderror
Don't have an account yet? Sign up
@if ($settings->enable_social_login == 'yes') @endif
@endsection