@extends('layouts/default')
{{-- Page title --}}
@section('title')
{{ trans('general.calendar') }}
@parent
@stop
{{-- Page content --}}
@section('content')
@stop
{{-- FullCalendar bundles its own layout CSS via its ES modules, so
no separate link tag is required. Any theme-specific overrides
Snipe-IT wants to layer on top belong in overrides.less under a
.fc scope. --}}
@section('moar_scripts')
@stop