@extends('layouts.user.frame') @section('title', 'メールアドレス変更 - ') @section('id', 'user') @section('class', 'mail1 prof_base') @section('withoutFooter', true) @section('head') @endsection @section('content') @include('user.common.header') @include('user.mypage.header')

メールアドレスを変更

新しいメールアドレスを入力ください。

  • @csrf
    • 新しいメールアドレス

      @if ($errors->any())

      {{ $errors->first() }}@endif

@endsection