@extends('layout/principal') @section('titulo', 'Home') @section('content') @if (Session::has('mensaje'))
{{ Session::get('mensaje') }}
{{ Session::get('msj_no_data') }}