@extends('layouts.master') @section('title', 'Calander') @section('css') @endsection @if (Session::has('success'))
{{ Session::get('success') }}