@extends('adminlte::page')
@section('title', '全体カレンダー')
@section('content_header')
全体カレンダー
-
Home
-
全体イベント一覧
- 全体カレンダー
@stop
@section('content')
{!! $calendar->calendar() !!}
@endsection
@section('js')
{!! $calendar->script() !!}
@endsection
@push('css')
@endpush