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

Kids Cake Details

@foreach ($kidsCakes as $kidsCake)
@if ($kidsCake->cake_type_image)
@endif
@if ($kidsCake->image1)
@endif
@endforeach

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

@endsection