@extends('layouts.console') @section('title','スタッフ管理')@section('console','店舗管理')@section('heading','スタッフ管理') @section('who', auth('member')->user()->name.' 様')@section('logout', route('member.logout')) @section('nav')@include('member._nav')@endsection @section('content')
| 名前 | 年齢 | 状態 |
|---|---|---|
| {{ $st->name }} | {{ $st->age }} | {{ $st->is_published?'公開':'非公開' }} |
| スタッフ未登録 | ||