@extends('layouts.user.frame') @section('title', '') @section('id', 'user') @section('class', 'login loginng') @section('withoutFooter', true) @section('content') @include('user.common.header')

{{ $userName->name }}さん、
パスワードの再設定が完了しました。

@endsection