@extends('layouts.console') @section('title', ($voice && $voice->exists)?'お客様の声 編集':'お客様の声 投稿') @section('console','店舗管理') @section('heading', ($voice && $voice->exists)?'お客様の声 編集':'お客様の声 投稿') @section('who', $member->name.' 様')@section('logout', route('member.logout')) @section('nav')@include('member._nav')@endsection @section('content')
「店舗による投稿(お客様アンケート転載)」として、店舗が代理で投稿する形で掲載します。 個人を特定できる本名・連絡先は記載しないでください(「Aさん(30代)」「神奈川県・Yさん」等のイニシャル+属性が推奨)。
@if($errors->any())
@endif
@csrf

戻る

@endsection