@extends('layouts.app') @push('meta') {{env('APP_NAME')}} : {{$story->title}} {!! \App\Helper::seoJsonLd($translation->language->name) !!} @endpush @section('content')
@include('layouts.partials.media')

@foreach ($story->categories as $category) {{$category->category->name}} @if (!$loop->last) , @endif @endforeach @if ($story->tags->count()>0) | @foreach ($story->tags as $tag) {{$tag->tag->name}} @if (!$loop->last) , @endif @endforeach @endif

{{$translation->title}}

@foreach ($story->translations->where('is_active',1) as $language) {{$language->language->shortname}} @endforeach
@if ($translation->shotlist && $translation->content) @endif @if ($translation->shotlist && $translation->content)
{!! $translation->shotlist!!} @if ($translation->is_ai_generated)
{!! \App\Helper::getTranslationNotice($locale) !!} @endif
{!! $translation->content!!} @if ($translation->is_ai_generated)
{!! \App\Helper::getTranslationNotice($locale) !!} @endif
@else
{!! $translation->content!!} @if ($translation->is_ai_generated)
{!! \App\Helper::getTranslationNotice($locale) !!} @endif
@endif
Teleprompter
@foreach ($subtitle as $key => $sub) @if ($sub['lines'][0])
{{$sub['lines'][0]}}
@endif @endforeach
@stop @push('modals') @endpush @push('scripts') @endpush