{{-- resources/views/admin/dashboard.blade.php --}} @extends('adminlte::page') @section('title', 'Usuarios') @section('content_header')

Usuarios

@stop @section('content')
Editar usuario "{!! $user->name !!}" @if(config('loginoz.user.image'))
{!! $errors->first('img') !!}
@endif
{{ $errors->has('name') ? ''.$errors->first('name').'' : '' }}
{{ $errors->has('name') ? ''.$errors->first('email').'' : '' }}
{{ $errors->has('name') ? ''.$errors->first('rol').'' : '' }}
@stop @section('js') @stop