@if($streamers->isEmpty()) No streamers found. @else @foreach($streamers as $streamer) {{ $loop->iteration }} {{ $streamer->username }} @if($streamer->profile_image_url) Profile @endif @if($streamer->is_contracted) Yes @else No @endif {{ $streamer->created_at }} @endforeach @endif