@extends('core::base.auth.auth_layout') @section('title') {{ translate('Try Forgot Password') }} @endsection @section('main_content')

{{ translate('Reset Password') }}

@csrf
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@endsection