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

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

@foreach($balloons as $balloon)
{{$balloon->quantity}}

{{$balloon->name}}

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