@extends('layouts.auth') @section('subheading') @endsection @section('content')






{{ __('Welcome') }} {{ $user->name }}!

{{ __('You can now go back to the app and enter your new password.') }}
@endsection