@extends('theme.'.env('THEME').'.site') @section('content')
{{ $res->mgametitle }}{{ $res->gametitle }}】{{ $res->title }}
{{ $res->publish_date }}で公開
@php if (isset($res->kerotube)) $kerotube = explode('/', $res->kerotube)[4]; @endphp @if (isset($res->kerotube)) @endif
視聴数:{{ $res->view }}
@if (isset($res->youtube) || isset($res->nicovideo) || isset($res->bitchute) || isset($res->odysee) || isset($res->kerotube))
@if (isset($res->kerotube) && $res->kerotube != '')
076video
@endif @if (isset($res->odysee) && $res->odysee != '')
Odysee
@endif @if (isset($res->nicovideo) && $res->nicovideo != '')
ニコ動
@endif @if (isset($res->youtube) && $res->youtube != '')
YouTube
@endif @if (isset($res->bitchute) && $res->bitchute != '')
Bitchute
@endif
@endif
@include('pages.common.comments', ['slug' => $res->pageslug, 'isvideo' => 't', 'comment' => $res->comments, 'user' => $res->user])
@endsection