@extends('template.layout') @section('title', 'Latest News') @section('submenuItem', 'latestnews') @section('news-content') @if(!$newsTicker->isEmpty()) @include('news.boxes.news-ticker', $newsTicker) @endif @endsection @section('content')
Pacotes Promo Fechar
{{--

Official opening in

29
Days
2
Hours
24
Minutes
22
Seconds
--}} @foreach($allNews as $news)
{{ date('M d Y', strtotime($news->created_at)) }} -
{{ $news->title }}

{!! $news->body !!}


@endforeach @endsection {{-- @section('scripts') @endsection --}}