@php Theme::asset()->container('footer')->usePath()->add('feather-icons', 'plugins/feather-icons/feather.min.js'); Theme::asset()->container('footer')->usePath()->add('particles.js', 'plugins/particles.js/particles.js'); Theme::asset()->container('footer')->add('js-validation', 'vendor/core/core/js-validation/js/js-validation.js'); $logo = theme_option('logo_authentication_page') ? theme_option('logo_authentication_page') : theme_option('favicon'); add_filter(THEME_FRONT_FOOTER, function () { return JsValidator::formRequest(\Botble\RealEstate\Http\Requests\LoginRequest::class); }); @endphp
@include(Theme::getThemeNamespace('views.real-estate.account.auth.partials.background')) @if (theme_option('authentication_enable_snowfall_effect'))
@endif