@extends('material.layouts.dashboard') @push('styles') @endpush @section('content')
@component('themes.bootstrap.components.portlet', ['icon' => 'fa fa-building-o', 'title' => 'Gestión de Roles', 'color' => 'font-blue-madison'])
@include('material.sections.maquinaEstados.tabla-roles')
@endcomponent
@component('themes.bootstrap.components.modal-large', [ 'id' => 'modalRoles', 'title' => 'Datos del Rol', 'icon'=>'fa fa-plus-circle', 'class'=>'', 'width'=>'70', ]) @slot('body')
@endslot @slot('footer') @endslot @endcomponent @endsection @push('plugins') {{-- --}} @endpush @php if($errors->count()>0){ $message = "Verifique los campos señalados en rojo"; $title = "Algo Salió mal!"; $type = "error"; } @endphp @push('functions') @endpush