@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')
@csrf

基本情報

@planfeature('line_button')
公式LINEのURL(line.me / lin.ee)。設定すると店舗ページに「LINEで相談」ボタンが表示されます。
@else
有料プランで「LINEで相談」ボタンを設置できます。プランを見る
@endplanfeature
キャンセル
@endsection