@extends('adminlte::page') @section('title', '全体カレンダー') @section('content_header')

全体カレンダー

@stop @section('content')
個人カレンダー
{!! $calendar->calendar() !!}
@endsection @section('js') {!! $calendar->script() !!} @endsection @push('css') @endpush