@foreach ($stations as $index => $station) @if($element == "carousel")
{{ $station->title }}
@elseif($element == "genre")
{{$station->title}}
{{ $station->description }}
@elseif($element == "search")
{{$station->title}}
{{ $station->title }}
@endif @endforeach