@extends('web.layouts.container') @section('content')
@if(count($film->images)) @foreach($film->images as $image)
@if($loop->iteration == 1 && $film->trailer_url) @endif
@endforeach @endif
@if(count($film->images)) @foreach($film->images as $image)
@endforeach @endif

{{$film->name}}

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

{!! $film->description !!}

@if(count($platforms))
{{__('filmSeries.show_platform')}}
@foreach($platforms as $platform) @if(in_array($platform->id, $film->platforms['ids'])) @endif @endforeach {{-- @if($film->netflix_url)--}} {{-- --}} {{-- --}} {{-- --}} {{-- @endif--}} {{-- @if($film->osn_url)--}} {{-- --}} {{-- --}} {{-- --}} {{-- @endif--}}
{{-- @if($film->imdb_url)--}} {{-- --}} {{-- --}} {{-- --}} {{-- @endif--}}
@endif
@if(count($film->staff))
{{$attributes['staff']}}
@foreach($film->staff as $staff)
{{$staff['name_'.$local]}}

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

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

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

@endforeach
@endif
@endsection @section('inner_js') @endsection