Show only with Torrent
@php $dldomains = config('hstream.download_domain'); @endphp
@foreach($hentai as $h) @php $episode = $h->episodes->first(); @endphp @endforeach
Title Download Torrent
{{ $episode->title }} @if ($episode->title != $episode->title_jpn)
{{ $episode->title_jpn }} @endif @auth @if(Auth::user()->is_admin)
Add Torrent @endif @endauth
@foreach($h->episodes as $episode) @include('livewire.partials.download-button', ['hdl' => $episode]) @endforeach @include('livewire.partials.torrent-button', ['hentai' => $h])
@foreach($hentai as $h) @php $episode = $h->episodes->first(); @endphp @endforeach
{{ $episode->title }} @if ($episode->title != $episode->title_jpn)
{{ $episode->title_jpn }} @endif
@foreach($h->episodes as $episode) @include('livewire.partials.download-button', ['hdl' => $episode]) @endforeach @include('livewire.partials.torrent-button', ['hentai' => $h])
{{ $hentai->links('pagination::tailwind') }}