Contact us
@php
try {
@endphp
{!! Minify::stylesheet(\Eventy::filter('stylesheets', array('/css/bootstrap.css', \Module::getPublicPath(EUP_MODULE).'/css/style.css', \Module::getPublicPath(EUP_MODULE).'/css/widget_form.css'))) !!}
@php
} catch (\Exception $e) {
// Try...catch is needed to catch errors when activating a module and public symlink not created for module.
\Helper::logException($e);
}
@endphp
@yield('eup_stylesheets')