@extends('layouts.site') @section('content')
動画を選んで下さい
@foreach ($res as $k => $r) @endforeach
ゲーム名 件名 self youtube twitter nicovideo bitchute lbry
{{ $r->gametitle }} @if ($r->thumbnail) {{ $r->title }}のサムネ @endif {{ $r->title }}
公開日:{{ $r->publish_date }}
@if ($r->url) 【{{ $r->gametitle }}】{{ $r->title }} @endif @if ($r->youtube) 【{{ $r->gametitle }}】{{ $r->title }} @endif @if ($r->twitter) 【{{ $r->gametitle }}】{{ $r->title }} @endif @if ($r->nicovideo) 【{{ $r->gametitle }}】{{ $r->title }} @endif @if ($r->bitchute) 【{{ $r->gametitle }}】{{ $r->title }} @endif @if ($r->lbry) 【{{ $r->gametitle }}】{{ $r->title }} @endif
@endsection