@extends('app') @section('head') @stop @section('content') @if (Auth::user()->is_regional)
@endif
@include('events.partials.create_modal') @include('events.partials.visit_modal') @include('events.partials.business_com_modal') @include('events.partials.professional_com_modal') @endsection @section('script') @endsection