@extends('layouts.console') @section('title','お客様の声 モデレーション')@section('console','運営管理')@section('heading','お客様の声 モデレーション') @section('who','管理者')@section('logout', route('admin.logout')) @section('nav')@include('admin._nav')@endsection @section('content')
| 店舗 | ★ | お客様 | タイトル | 本文 | 同意 | 状態 | 操作 |
|---|---|---|---|---|---|---|---|
| {{ optional($v->shop)->name }}(#{{ $v->shop_id }}) | {{ str_repeat('★',$v->rating) }} | {{ $v->customer_label }} | {{ \Illuminate\Support\Str::limit($v->title,28) }} | {{ \Illuminate\Support\Str::limit($v->body,140) }} | {{ $v->consent_confirmed?'✔':'—' }} | {{ ['pending'=>'承認待ち','published'=>'掲載中','rejected'=>'却下'][$v->status] ?? $v->status }} | @if($v->status!=='published') @endif @if($v->status==='pending') @endif @if($v->status==='published') @endif |
| 該当なし。 | |||||||