@props([ 'title', 'filterType' => null, 'league' => null ])

{{ $title }}

@if($league)
{{ $league->name ?? '' }} {{ $league->country ?? '' }}
@endif