@props([ 'title' => null, 'products' => [], ])
@if($title)

{{ $title }}

@endif
@foreach($products as $product) @endforeach