@extends('layouts.app') @section('title', 'イベント・予約') @section('page-title', 'イベント・予約') @section('content')
@if($events->isEmpty())イベントがありません
イベントを追加する| イベント名 | タイプ | 公開 | 作成日 | 操作 |
|---|---|---|---|---|
| {{ $event->name }} @if($publicUrl) @include('partials._public_url_inline', ['url' => $publicUrl, 'showOpenButton' => false]) @endif | {{ $event->type === 'seminar' ? 'セミナー' : '個別相談' }} | @if($publicUrl) 公開 @else 非公開 @endif | {{ $event->created_at->format('Y/m/d') }} |