@extends('adminlte::page') @section('title', 'Rol') @section('content_header')

Asignar Roles

@stop @section('content')
@csrf
{{-- NOMBRES --}}
{{-- APELLIDOS --}}
{{-- DOC --}}
@foreach ($roles as $rol)
{{-- VNC --}}
@endforeach
@stop @section('css') @stop @section('js') @stop