{{-- extend layout --}}
@extends('layouts.contentLayoutMaster')
{{-- page title --}}
@section('title','Calendar')
{{-- vendor styles --}}
@section('vendor-style')
@endsection
{{-- page styles --}}
@section('page-style')
@endsection
{{-- page content --}}
@section('content')
External Dragging
Draggable Events
All Day Event
Long Event
Meeting
Birthday party
Lunch
Conference Meeting
Party
Happy Hour
Dance party
Dinner
@endsection
{{--vendor scripts --}}
@section('vendor-script')
@endsection
{{-- page scripts --}}
@section('page-script')
@endsection