@extends('layouts.panel.base') @section('role-active', 'kt-menu__item--active') @section('open-roles-permissions', 'kt-menu__item--open') @section('title', 'Detalles del Rol') @section('content')

Detalles del Rol

@if(Session::has('success')) @endif

Información General

Nombre: {{ ucfirst($role->name) }}

Historial

@if(count($history)>0) @foreach($history as $key => $value) @endforeach
Estatus Usuario Fecha
{{ $value->status }} @if(isset($datos->motivo) || isset($datos->comentario)) {!! '
'.$mensaje.'' !!} @endif
{{ ucwords($value->user->name) }} {{ ucwords($value->user->last_name) }} {{ date_format(date_create($value->created_at),"d/m/Y H:i:s") }}
@else @endif
@endsection @section('js') @endsection