@if(isset($data) && $data->count())
@include('partials._searchbar')
Exibindo {{$info->total}} @if ($entity === 'stations') Estações • {{$info->online_stations_count}} Online • {{$info->offline_stations_count}} Offline @endif
@foreach($data as $d)
{{$d->name}}
@if($d->is_online) Online @else Offline @endif • {{$d->farm_name}}
@endforeach
@endif