@include('sections.saas.saas_header')
@lang('app.login')
{{ csrf_field() }} @if (session('message'))
{{ session('message') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
@if($setting->google_recaptcha_status)
@if ($errors->has('g-recaptcha-response'))
{{ $errors->first('g-recaptcha-response') }}
@endif
@endif
@lang('app.rememberMe')
@lang('app.forgotPassword')?
@lang('app.login')
{{--
--}} {{--
--}} {{--
Don't have an account?
Sign Up
--}} {{--
--}} {{--
--}}
{{--@include('saas.sections.cta')--}} @include('sections.saas.saas_footer')