{{-- Info card --}}

Adding Episode {{ $episodeNumber }} to {{ $title }}

{{ $studio }}
{{ $releasedate }}
{{ $titleJpn }}
{{ implode(', ', $tags) }}
{{-- Stream card --}}

Stream

@include('livewire.partials.validation-badge', ['status' => $validation['stream'] ?? null])
@error('baseurl') {{ $message }} @enderror
{{-- Files card --}}
{{-- Cover --}}
@error('cover') {{ $message }} @enderror
@if ($cover) Cover preview @endif
{{-- Gallery --}}
@error('gallery') {{ $message }} @enderror
@if (! empty($gallery))
@foreach ($gallery as $galleryImage) Gallery preview @endforeach
@endif
@error('description') {{ $message }} @enderror
@php $downloadFields = [ 'fhd' => 'Download 1080p *', 'fhdi' => 'Download 1080p 48fps', 'uhd' => 'Download 4k *', 'uhdi' => 'Download 4k 48fps', ]; @endphp @foreach ($downloadFields as $quality => $label)
@include('livewire.partials.validation-badge', ['status' => $validation['downloads.' . $quality] ?? null])
@error("downloads.{$quality}") {{ $message }} @enderror
@endforeach
{{-- Action bar --}}
@if ($this->hasInvalidValidation) @endif