@extends('layouts.dashboardnew') @section('content')
{!! nl2br(e($blog->contenido)) !!}
@if($relacionados->count() > 0)

Blog Relacionados

@endif @endsection