{{-- script --}} {{ app('xe.frontend')->js([ 'assets/vendor/bootstrap/js/bootstrap.min.js' ])->load() }} {{-- stylesheet --}} {{ app('xe.frontend')->css([ 'assets/vendor/bootstrap/css/bootstrap.min.css', $theme::asset('css/theme.css') ])->load() }} {{-- inline style --}} {{ app('xe.frontend')->html('theme.style')->content(" ")->load() }} @if($config->get('show_spot', 'hide') === 'show')
{!! nl2br($config->get('spot_content', 'This theme is the implementation of Bootstrap Jumbotron Template.')) !!}
@if($config->get('spot_image') !== null)