{{ __('mediahub.shows') }}

{{ $shows->links('partials.pagination') }}
@foreach ($shows as $show)
{{ $show->seasons_count }} Seasons @if ($show->networks) @foreach ($show->networks as $network) {{ $network->name }} @endforeach @endif

{{ $show->name }} @if ($show->first_aired) {{ $show->first_aired }} @endif

@if ($show->genres) @foreach ($show->genres as $genre) {{ $genre->name }} @endforeach @endif

{{ $show->overview }}

@endforeach
{{ $shows->links('partials.pagination') }}