Contact us
@php
try {
$eupw_styles = array('/css/bootstrap.css', \Module::getPublicPath(EUP_MODULE).'/css/style.css', \Module::getPublicPath(EUP_MODULE).'/css/widget_form.css');
if (\Helper::isLocaleRtl()) {
$eupw_styles[] = '/css/bootstrap-rtl.css';
$eupw_styles[] = \Module::getPublicPath(EUP_MODULE).'/css/widget_form-rtl.css';
}
@endphp
{!! Minify::stylesheet(\Eventy::filter('stylesheets', $eupw_styles)) !!}
@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')