@extends('layout.front.app') @section('title', $tag) @section('content') @if(!$versions->isEmpty())

@yield('title')

{{$versions[0]->translation->title}}
{{ formatDate($versions[0]->created_at) }} {{$versions[0]->translation->title}}

{{$versions[0]->translation->description}}


@endif

{{ __('front.select_version_type') }}

@include('front.events')

{{ __('front.latest_versions') }}

@foreach ($latestNews as $item) {{ formatDate($item->created_at) }}

{{$item->translation->title}}


@endforeach

{{ __('front.most_watched') }}

@foreach ($mostWatched as $most) {{ formatDate($most->created_at) }}

{{$most->translation->title}}


@endforeach
{!! $versions->links() !!}
@endsection @section('js') @endsection