@extends('web.layouts.container') @section('content')

{{$series->name}}

@if(count($categories)) @foreach($categories as $category) {{$category}} @endforeach @endif

{!! $series->description !!}

{{__('filmSeries.show_platform')}}
@if(count($platforms)) @foreach($platforms as $platform) @if(in_array($platform->id, $series->platforms['ids'])) @endif @endforeach @endif {{-- @if($series->netflix_url)--}} {{-- --}} {{-- --}} {{-- --}} {{-- @endif--}} {{-- @if($series->osn_url)--}} {{-- --}} {{-- --}} {{-- --}} {{-- @endif--}}
{{-- @if($series->imdb_url)--}} {{-- --}} {{-- --}} {{-- --}} {{-- @endif--}}
@if(count($series->images)) @foreach($series->images as $image)
@if($loop->iteration == 1 && $series->trailer_url) @endif
@endforeach @endif
@if(count($series->images)) @foreach($series->images as $image)
@endforeach @endif
@if(count($series->actors))
{{$attributes['actors']}}
@foreach($series->actors as $actor)
{{$actor['name_'.$local]}}

{{$actor['role_'.$local]}}

@endforeach
@endif @if(count($series->staff))
{{$attributes['staff']}}
@foreach($series->staff as $staff)
{{$staff['name_'.$local]}}

{{$staff['role_'.$local]}}

@endforeach
@endif
@if(count($episodes)) @foreach($episodes as $episode) @endforeach @endif
@endsection @section('inner_js') @endsection