{!! HTML::style('https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all', ['name' => 'core']) !!} {!! HTML::style('front_assets/plugins/bootstrap/css/bootstrap.min.css') !!} {!! HTML::style('front_assets/css/style.css?v=1') !!} {!! HTML::style('front_assets/plugins/line-icons/line-icons.css') !!} {!! HTML::style('front_assets/plugins/font-awesome/css/font-awesome.min.css') !!} {!! HTML::style('assets/global/plugins/uniform/css/uniform.default.min.css') !!} {!! HTML::style('assets/global/plugins/froiden-helper/helper.css') !!} {!! HTML::style('front_assets/css/pages/page_log_reg_v2.css') !!} {!! HTML::style('front_assets/css/custom.css') !!} {!! HTML::style('assets/global/plugins/bootstrap-toastr/toastr.min.css') !!} {{-- ---------------MAINTENANCE CHECK-------------- --}} @include('maintenance_check') {{-- --------------MAINTENANCE CHECK-------------- --}}

{!! Form::open(['id' => 'login-form', 'class' => 'login-form']) !!}
@if($setting->google_recaptcha_status == 1 )
@if ($errors->has('g-recaptcha-response'))
{{ $errors->first('g-recaptcha-response') }}
@endif
@endif

{{ __('front.ForgotYourPassword') }}

{{ __('front.noWorriesClick') }} {{ __('front.here') }} {{ __('front.ToResetYourPassword') }}

{!! Form::close() !!} {!! Form::open(['url' => '', 'method' => 'post', 'class' => 'forget-form', 'style' => 'display: none']) !!}

{{ __('front.ForgotYourPassword') }}

{{ __('front.enterEmailToReset') }}

{!! Form::close() !!}
{!! Form::open(['url' => '', 'class' => 'login-form-admin']) !!}
@if ($setting->google_recaptcha_status == 1)
@if ($errors->has('g-recaptcha-response'))
{{ $errors->first('g-recaptcha-response') }}
@endif
@endif

{{ __('front.ForgotYourPassword') }}

{{ __('front.noWorriesClick') }} {{ __('front.here') }} {{ __('front.ToResetYourPassword') }}

{!! Form::close() !!} {!! Form::open(['url' => '', 'method' => 'post', 'class' => 'forget-form-admin', 'style' => 'display: none']) !!}

{{ __('front.ForgotYourPassword') }}

{{ __('front.enterEmailToReset') }}

{!! Form::close() !!}
@if (!module_enabled('Subdomain')) @endif
{!! HTML::script('front_assets/plugins/jquery/jquery.min.js') !!} {!! HTML::script('front_assets/plugins/jquery/jquery-migrate.min.js') !!} {!! HTML::script('front_assets/plugins/bootstrap/js/bootstrap.min.js') !!} {!! HTML::script('assets/global/plugins/uniform/jquery.uniform.min.js') !!} {!! HTML::script('front_assets/plugins/back-to-top.js') !!} {!! HTML::script('front_assets/plugins/backstretch/jquery.backstretch.min.js') !!} {!! HTML::script('assets/global/plugins/jquery.blockui.min.js') !!} {!! HTML::script('assets/global/plugins/bootstrap-toastr/toastr.min.js') !!} {!! HTML::script('assets/global/plugins/froiden-helper/helper.js') !!} {!! HTML::script('assets/admin/layout/scripts/app.js') !!} @if ($setting->google_recaptcha_status == 1) @endif