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

アンケート回答を変更

アンケートの回答を変更し、「変更する」ボタンを押してください。

  • @csrf

    アンケート回答

    • お住いの地域
      @error('area')

      {{ $message }}

      @enderror
    • 性別
        @foreach ($genders as $gender)
      • @endforeach
    • 生まれた年
@endsection