@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 }} 基本登録情報 @include('user.svg.arr1') @endsection