@extends('layouts.admin') @section('content')

{{ $title }}

Back to List
@csrf

Title is read-only

Type is read-only

External IDs

@if(!empty($show['image'])) {{ $show['title'] }} @else

No cover image available

@endif

Show Information

ID:
{{ $show['id'] }}
Source:
@if(isset($show['source'])) @if($show['source'] == 0) TVDB @elseif($show['source'] == 1) TMDB @elseif($show['source'] == 2) Trakt @elseif($show['source'] == 3) TVMaze @else Unknown @endif @else — @endif
Back to List
This is a view-only page. TV show data is automatically fetched from external sources.
@endsection