@extends('layouts.app') @section('title', 'Add team member') @section('content')

Add team member

They will be able to log in with the email you provide. You will see a one-time temporary password to share with them; they should change it in Settings after logging in.

@csrf @error('name'){{ $message }}@enderror @error('email'){{ $message }}@enderror @error('role'){{ $message }}@enderror

Cancel

@endsection