@extends('adminlte::page')
@section('title', 'Dashboard')
@section('content_header')
Asignar un Rol
@stop
@section('content')
@if (session('info'))
{{session('info')}}
@endif
Nombre
{{$user->name}}
Listado de Roles
@endsection
@section('css')
@stop
@section('js')
@stop