@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')
| 店舗名 | エリア | 状態 | PV | スタッフ | 口コミ | |
|---|---|---|---|---|---|---|
| {{ $s->name }} | {{ $s->pref }}・{{ $s->city }} | {{ $s->is_published?'掲載中':'非公開' }} | {{ number_format($s->pv_total) }} | {{ $s->staffs_count }}名 | {{ $s->reviews_count }}件 | 店舗編集 スタッフ |
| 店舗が未登録です。下から追加してください。 | ||||||