@extends('layouts.console') @section('title','店舗編集')@section('console','運営管理')@section('heading','店舗編集 #'.$shop->id) @section('who','管理者')@section('logout', route('admin.logout')) @section('nav')@include('admin._nav')@endsection @section('content')
← 店舗一覧へ 公開ページ @if($shop->member_id)運営会員 #{{ $shop->member_id }}@endif
※ 翻訳済みの多言語表示は保存後、原文変更分が再翻訳対象になります(F3 stale 化)。
@endsection