@props(['title' => 'Pro Tips', 'tips' => []])

{{ $title }}

@if (count($tips) > 0) @else {{ $slot }} @endif