@include('layouts.front_header')
@yield('content')
@include('layouts.front_footer')
@if(session()->has('success'))
@endif
@if(session()->has('error'))
@endif
@stack('script')
@stack('calendar_script')
@stack('comedian_network_script')
@stack('event_script')