@if(!empty($tip_of_the_day))
{{ $tip_of_the_day[0]->domain }}
{{ $tip_of_the_day[0]->title }}
{{ $tip_of_the_day[0]->category }}

{{ $tip_of_the_day[0]->body }}

@if(!empty($tip_of_the_day[0]->steps))

{{ $tip_of_the_day[0]->steps }}

@endif @if(!empty($tip_of_the_day[0]->example))

{{ $tip_of_the_day[0]->example }}

@endif
@endif