@foreach ($stations as $index => $station)
|
{{ $station->title }} |
@foreach($station->categories as $category){{$category->name}}@if(!$loop->last), @endif @endforeach |
{{ substr($station->description, 0, 100) }}... |
{{ $station->failed_count }} |
{{ $station->play_count }} |
|
@endforeach