@extends('template.portal.layout') @section('content-body')

{{ $otro['titulo'] }}

@if($otro['urlimage'])
@endif

{!! $otro['descripcion'] !!}

@endsection