@extends('adminlte::page') @section('title_postfix', ' - Criar Utilizador') @section('content_header')

Criar Utilizador

@stop @section('content')
@if(session('message')) @endif @error('email') {{ $message }} @enderror
@csrf
@stop @section('css') @endsection @section('js') @endsection