@extends('layouts.main') @section('main-section')

We found {{count($cakes)}} items for you!

@foreach($cakes as $cake)
{{$cake->quantity}}

{{$cake->name}}

90%
{{$cake->price}}
@endforeach