@extends('frontend.layouts.applayout') @section('main-content')

Custom Cake Details

@foreach ($customCakes as $customCake)
@if ($customCake->picture_design_url)
@endif

Add-Ons

@foreach ($customCake->customaddons as $addon)
@endforeach
@endforeach

Total Amount:$ {{ $customCake->total_amount }}

@endsection