@extends('layouts.app') @section('title', 'Notícias') @section('content')
blog-detail-img.jpg
  • {{ $new->created_at->format('M d, Y') }}
{!! $new->description !!}
Partilhar esta notícia em:

Galeria

@foreach($new->gallery as $item) @endforeach
@endsection