@extends('layouts.user.frame') @section('title', 'ユーザー名の変更 - ') @section('id', 'user') @section('class', 'user2 prof_base') @section('withoutFooter', true) @section('head') @endsection @section('content') @include('user.common.header') @include('user.mypage.header')

{{ $user->name }}さんに
ユーザー名が変更されました。

    • ユーザー名
      {{ $user->name }}
@endsection