@extends('layouts.auth') @section('content') Logo

Log In

{{ csrf_field() }} @if (session('message'))
{{ session('message') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
Forgot Password? @if ($errors->has('password'))
{{ $errors->first('password') }}
@endif

@lang('messages.dontHaveAccount') @lang('app.signup')

@endsection @if($global->google_recaptcha_status && $global->google_captcha_version=="v3") @endif