@extends('layouts.admin.master') @section('style') @endsection @section('content')

Upcoming Events

Upcoming Bookings

@if(Session::has('inserted'))
{!! Helper::alert('success', Session::get('inserted'), 'block font-15') !!}
@endif @if(Session::has('updated'))
{!! Helper::alert('success', Session::get('updated'), 'block font-15') !!}
@endif @if(Session::has('deleted'))
{!! Helper::alert('danger', Session::get('deleted'), 'block font-15') !!}
@endif

My Events

@php $events=$list_bookings; //echo json_encode($events,JSON_NUMERIC_CHECK); @endphp @endsection @section('script') @endsection