@extends('layouts.user.frame') @section('title', 'アンケート回答の変更 - ') @section('id', 'user') @section('class', 'inq2 prof_base') @section('withoutFooter', true) @section('head') @endsection @section('content') @include('user.common.header') @include('user.mypage.header')

{{ Auth('user')->user()->name }}さん、
アンケート回答を変更しました。

  • アンケート回答

    • お住まいの地域
      {{ $user_info['area_name'] }}
    • 性別
      {{ $user_info['gender_name'] }}
    • 生まれ年
      {{ $user_info->birthyear }}年
@endsection