@extends('layouts.console') @section('title','お客様の声')@section('console','店舗管理')@section('heading','お客様の声(店舗投稿型口コミ)') @section('who', $member->name.' 様')@section('logout', route('member.logout')) @section('nav')@include('member._nav')@endsection @section('content') @php $features = $member->planFeatures(); $limit = array_key_exists('customer_voice_limit', $features) ? $features['customer_voice_limit'] : 0; $limitTxt = $limit === null ? '無制限' : ($limit.'件'); @endphp
| 店舗 | ★ | お客様 | タイトル | 状態 | 受領日 | |
|---|---|---|---|---|---|---|
| {{ $v->shop->name ?? '—' }} | {{ str_repeat('★', $v->rating) }} | {{ $v->customer_label }} | {{ \Illuminate\Support\Str::limit($v->title, 28) }} | {{ ['pending'=>'承認待ち','published'=>'掲載中','rejected'=>'却下'][$v->status] ?? $v->status }} | {{ $v->received_at?->format('Y-m-d') ?? '—' }} | 編集 |
| まだ投稿はありません。 | ||||||