@extends('layouts.guest') @section('content')
@csrf
@if(isset($settings__)) Theme-Logo @else Theme-Logo @endif

{{ __('Sign In') }}

@if ($errors->has('error')) @endif {{--

{{ __('Sign in with your regular account') }}

--}}
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror

{{ __('Don\'t have an account?') }} {{ __('Register here') }} {{ __('for free!') }}

@endsection