@extends('layouts.dashboard_administrador') @section('title_pages')

Nuevo usuario

@endsection @section('content')
@if (count($errors) > 0)
Whoops! Algo ha salido mal!

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ csrf_field() }}
V-
@if(auth()->user()->hasRole() == "administrador")
@endif
@endsection @section('scripts') @endsection