@extends('components.view') @section('themeStylesheet') @endsection @section('brandThemeOverrideSettings') @endsection @section('brandBackground') @if($brandBackground!=='' && !empty($brandBackground)) style="background-image:url('{{ $brandBackground }}');" @endif @endsection @section('header') @php echo \App\Http\Controllers\Header::index($themeDirectory,$brandLogoSmall) @endphp @php echo \App\Http\Controllers\Navigation::index($themeDirectory) @endphp @endsection @section('content')
@if(session()->has('cart')) @if($loyaltyPoints) @endif @if(!$deliveryMinimumRequirementMet)
Minimum {!! $minimumOrderForDeliveryNomenclature !!} for delivery is ${!! $minimumOrderForDelivery !!}
@else @if(!$areWeClosed) @if($upsellItemsCount>=1) @endif @if($couponCount>=1) @endif @endif @endif @else
Your cart is empty
@endif
@endsection @section('footer') @endsection