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

Dashboard

@stop @section('content')

Welcome to this beautiful admin panel.

@if (session('success'))
{{ session('success') }}
@endif

@foreach ($roles as $rol)
roles->pluck('id')->contains($rol->id) ? 'checked' : '' }}> {{ $rol->name }} @endforeach
@csrf @method('PUT')
Cancelar
@stop @section('css') @stop @section('js') @stop