@extends('layouts.frontend') @php $site_name = App\Models\WebSetting::where('key', 'site_name')->value('value') ?? 'XTube'; $page_title = $video->title ?? 'Undefined' . ' - ' . $site_name; @endphp @section('title', $page_title) @section('content') @include('components.banner', [ 'type' => 'banner_rectangle_small', 'class' => 'mb-6 flex w-full justify-center justify-center', ])
Video tidak tersedia
{{ $video->description ?: 'No description available.' }}
{{ $related->category->name }}
{{ $related->formatted_views }} views • {{ $related->published_at->diffForHumans() }}
No related videos found
Sign in to comment
Login