@extends('frontend.auth.app') @section('title', 'Forgot password') @section('content')

{{ _trans('common.forgot password') }}

{{ _trans('auth.Enter your email to recover your password') }}


{{ _trans('auth.Back to Sign in') }}

@endsection @section('script') @include('backend.partials.message') {!! Toastr::message() !!} @endsection