@extends('theme.'.env('THEME').'.site') @section('content')
{{ $res->mgametitle }}{{ $res->gametitle }}】{{ $res->title }}
{{ $res->publish_date }}で公開
@if (isset($res->thumbnail) && isset($res->url)) @endif
視聴数:{{ $res->view }}
@if (isset($res->odysee) || isset($res->kerotube))
@if (isset($res->kerotube) && $res->kerotube != '')
076video
@endif @if (isset($res->odysee) && $res->odysee != '')
Odysee
@endif
@endif
@include('pages.common.comments', ['slug' => $res->pageslug, 'isvideo' => 't', 'comment' => $res->comments, 'user' => $res->user])
@endsection