@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(array_key_exists('image_location',$cateringPackageDetails))
@if(!empty($cateringPackageDetails['image_location']))
@endif
@endif
@php //dd($cateringPackageDetails); @endphp
@if(is_array($cateringPackageDetails['variations']) || is_array($cateringPackageDetails['options']))
- Choose package options below -
@if(is_array($cateringPackageDetails['variations']))
@endif
@if(is_array($cateringPackageDetails['options']))
@endif
@endif
@if((int)$cateringPackageDetails['deposit']>=1)
@else
@endif
@endsection