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

{{ Auth('user')->user()->name }}さん、
メールアドレスの変更が完了しました。

    • メールアドレス
      {{ Auth('user')->user()->email }}
@endsection