@extends('layouts.sala') @section('conteudo')
@foreach($revistas as $revista)
@if($revista->anexo != "") @foreach(json_decode($revista->anexo) as $file) Standard Post with Image @endforeach @else Standard Post with Image @endif

{{$revista->nome}}

@if($revista->anexo != "") @foreach(json_decode($revista->anexo) as $file) Baixar Agora @endforeach @else Baixar Agora @endif
@endforeach
@foreach($imprensas as $imprensa)

{{$imprensa->cargo}}

{{$imprensa->nome}}

{{$imprensa->telefone}} - {{$imprensa->email}}

@endforeach
@stop @section('endereco') @include('partials.endereco') @stop