@extends('backend.layouts.app') @section('title') {{ 'Calender | '.env('APP_NAME') }} @endsection @section('breadcrumbs') @include('backend.layouts.partials.breadcrumbs',['current' => 'Calender']) @endsection @push('before-css') @endpush @push('after-css') @endpush @section('content')

Drag & Drop Event

Event One
Event Two
Event Three
Event Four
Add New Event
@endsection @push('js') @endpush