@if($ad)
@if($ad->size === 'leaderboard')
{{ $ad->title }}
@elseif($ad->size === 'rectangle')
{{ $ad->title }}
@else
{{ $ad->title }}
@endif
@endif