@extends('portal.layouts.app') @section('title', $user->exists ? 'Edit '.$user->name : 'Add a portal user') @section('content')
@csrf @if ($user->exists) @method('PUT') @endif

The organisation is set automatically from the role.

Minimum 10 characters with letters, numbers and symbols.

Cancel
@endsection