@extends('layouts.user.frame') @section('title', '基本情報の確認・編集 - ') @section('id', 'user') @section('class', 'prof_base') @section('withoutFooter', true) @section('content') @include('user.common.header') @include('user.mypage.header')

基本情報の確認・編集

最終更新日:{{ $last_updated_at->format('Y年m月d日') }}

現在登録されているお客様の基本情報を表示しております。
内容を変更される場合は、項目右の「変更」ボタンを押してください。

@endsection