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

個人カレンダー

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