@extends('layouts.master') @section('mainContent')
  • @if(Auth::user()->hasPermission('calendar','create'))
  • Add New
  • @endif
@endsection @section('customModal') @endsection