@component('fragments.modal') @slot('idmodal') create_modal @endslot @slot('title') Agregar Rol @endslot @slot('action')
@endslot @slot('form') {{ csrf_field() }}
@foreach ($area->modulos as $modulo) @endforeach
Módulos Crear Editar Eliminar Consulta Administrador Gerente
@endslot @slot('button') @endslot @endcomponent