@extends('layout/principal') @section('titulo', 'Home') @section('content') @php //dd('Vista EDITAR Usuario Intranet', $user, $mandantes, $roles, $representantes, $estados); @endphp
{{ Session::get('mensaje') }}
@endif @if (Session::has('msj_no_data')){{ Session::get('msj_no_data') }}