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

ユーザー名を変更

新しいユーザー名を入力ください。

  • @csrf
    • 新しいユーザー名
      @error('name')

      {{ $message }}@enderror

@endsection