@stop
@section('content')
{{--Show message if any--}}
@include('layouts.flash-message')
Calendar
@if (Auth::user()->role != 1 && Auth::user()->role != 2)
Click the date to show the event.
@else
Click the date to create an event, and click again to edit or delete. You can also drag and drop events by dragging the event to the date you want.
@endif