@extends('layouts.theme') @if(isset($movie)) @section('custom-meta') @endsection @section('title',"$movie->title") @elseif($season) @php $title = $season->tvseries->title; @endphp @section('custom-meta') @endsection @section('title',"$title") @endif @section('custom-script') @endsection