@extends('dashboard.layouts.auth') @section('title', __('backend.forgotPassword')) @section('content')
@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') }}
@endsection