@extends('layout') @section('seguridad-active', 'active') @section('roles-active', 'active') @section('bread-module', 'Seguridad') @section('bread-submodule', 'Seguridad') @section('hero-title', 'Lista de Roles') @section('hero-subtitle', 'Seguridad') @section('btn-add') Nuevo @endsection @section('content') @include('seguridad.roles.modals.mdl_show')
@include('seguridad.roles.table.tbl_list')
@endsection @push('styles') @endpush @push('scripts') @endpush