@section('title', config('app.name', 'Streamline') .' - '. __('Reset Password')) @section('description', __('Choose a new password'))
@csrf {{ __('Reset password') }} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ __('Reset Password') }}
{{ __('Login instead?') }}