@extends('components.home')
@section('themeStylesheet')
@endsection
@section('brandThemeOverrideSettings')
@endsection
@section('brandBackground')
@if($brandBackground!=='' && !empty($brandBackground))
style="background-image:url('{{ $brandBackground }}');background-size: cover;"
@endif
@endsection
@section('content')
@endsection