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