@extends('adminlte::page') @section('title', config('adminlte.title') . ' | Calendar') @section('content_header')

Calendar

@stop @section('content')
@if (session('success')) @endif
{{-- Filter Section --}}
Filter by:
{{-- Legend Section --}} @include('components.calendar-legend')
Loading... Loading...
@stop @section('footer')   @stop