@extends('layouts.pruebaplantilla') @section('css', '../../../resources/css/estilos.css') @section('titulo', $data->SER_TITULO) @section('barra')
@endsection @section('contenido')
@if(!empty($data->SER_LINK_IMAGEN)) @endif

Descripción: {{ $data->SER_DESCRIPCION }}

@endsection