@extends('components.home') @section('themeStylesheet') @endsection @section('brandThemeOverrideSettings') @endsection @section('brandBackground') @if($brandBackground!=='' && !empty($brandBackground)) style="background-image:url('{{ $brandBackground }}');" @endif @endsection @section('content') @if($hasPendingOrder)
You have a pending order - View Order Details
@if($isCurbsideEnabled) @endif
@endif
@endsection