@extends('layouts.appInner') @section('seoTitle') Reset Password @ {{ env('APP_NAME') }} @endsection @section('title') Reset Password @endsection @section('contentInner')
{{--

Got a technical issue? Want to send feedback about a feature? Need details about our Business plan? Let us know.

Fields marked with * are mandatory.
--}}
{{ __('Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.') }}
@if (session('status'))
{{ session('status') }}
@endif
@csrf
{{-- --}}
@endsection