@extends('layouts.frontend')
@section('title')- {!! $news->meta_title != '' ? $news->meta_title : $news->title !!}@stop
@section('meta')
@if($news->meta_description != "")
@endif
@if($news->meta_keywords != "")
@endif
title)) !!}" />
@stop
@section('banner_top')
@if(isset($news->page))
@include('partials.page_adv', ['advs' => $news->page->getAdvs(), 'position' => 'Sopra'])
@endif
@stop
@section('content')
{{date("d/m/Y H:i", strtotime($news->date))}}
{{$news->title}}
{!!$news->text!!}
{!!$news->text_short!!}
@if(sizeof($aImages) > 0)
Galleria
@endif
@endforeach
@if($news->video != '')
Video
{!! $news->video !!}
@endif
@if($news->pdf != '')
Documenti
@endif
ULTIME NEWS
@foreach($elements as $e)
-
- {{date("d/m/Y", strtotime($e->date))}}
@endforeach
SEGUI CALCIO A 5 ANTEPRIMA SU
@stop
@section('banner_bottom')
@if(isset($news->page))
@include('partials.page_adv', ['advs' => $news->page->getAdvs(), 'position' => 'Sotto'])
@endif
@stop
@section('extra_js')
@stop