@extends('dashboard.layouts.auth') @section('title', __('backend.forgotPassword')) @section('content') @if(config('smartend.mail_driver') != "" && config('smartend.mail_username') !="" && config('smartend.mail_password'))
@if(Helper::GeneralSiteSettings("style_logo_" . @Helper::currentLanguage()->code) !="") code)) }}"> @else @endif
{{ __('backend.forgotPassword') }}

{{ __('backend.enterYourEmail') }}

@if (session('status'))
{{ session('status') }}
@endif
{{ csrf_field() }}
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif

{{ __('backend.returnTo') }} {{ __('backend.signIn') }}
@endif @endsection