@extends('user.layouts.auth') @section('title', 'メールアドレスの変更') @section('header')

メールアドレスの変更

@endsection @section('content')

メールアドレスの変更しました。
基本情報ページでご確認ください。

@if(Browser::isMobile() || Browser::isTablet())

アプリを起動する

@endif
@endsection