@extends('layouts.app') @section('title', '会員サイト追加') @section('page-title', '会員サイトを追加') @section('page-subtitle-heading', '【この画面でできること】') @section('page-subtitle') 購入者・受講生限定コンテンツを提供するための箱を作成します。ロゴ、ヘッダー、メニュー、ログインURLのスラッグを設定できます。 @endsection @section('content')
基本情報
@csrf
@include('partials._logo_file_upload')
会員サイト上部に表示する外部リンクのボタン名です。不要なら空欄でOKです。
表示名とURLの両方を入れたときだけ、会員画面の右上にリンクボタンを表示します。
@include('partials._hex_color_input', [ 'name' => 'theme_color', 'value' => '#0d6efd', 'label' => 'テーマカラー', ])
下書き中は会員ログイン画面も開けません。
https://{{ request()->getHost() }}/member/
英数字・ハイフン・アンダースコアのみ使用可能(空白の場合は自動生成)
キャンセル
@include('partials.monaka_image_picker') @endsection