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

{{ __('Change password!!') }}

@csrf




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

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