@extends('adminlte::page') @section('title','Novo usuário') @section('content_header')

Novo usuário

@endsection @section('css') @endsection @section('content') @if ($errors->any())
@endif
@csrf
@if ($user->id_unidade_empresarial == 1)
@error('id_unidade_empresarial')
{{ $message }}
@enderror
@endif
@endsection @section('js') @endsection