@extends('layouts.console') @section('title','店舗返信モデレーション')@section('console','運営管理')@section('heading','店舗返信モデレーション') @section('who','管理者')@section('logout', route('admin.logout')) @section('nav')@include('admin._nav')@endsection @section('content')
@foreach(['published'=>'公開中','rejected'=>'非公開'] as $k=>$lbl) {{ $lbl }} @endforeach
@forelse($replies as $rp) @empty @endforelse
店舗口コミ返信本文状態操作
{{ optional($rp->shop)->name }}(#{{ $rp->shop_id }}) @if($rp->review){{ \Illuminate\Support\Str::limit($rp->review->title,24) }}@else#{{ $rp->review_id }}@endif {{ $rp->body }} {{ $rp->status==='published'?'公開中':'非公開' }} @if($rp->status==='published')
@csrf
@else
@csrf
@endif
該当なし。
@endsection