{{-- resources/views/admin/team/create.blade.php --}} @extends('admin.layouts.admin') @section('title','Add Team Member') @section('page-title','Add Team Member') @section('admin-content')

â„šī¸ Workspace Account: Adding a team member automatically creates their login account. A temporary password will be shown after saving — share it securely with the new member.

← Back to Team
@csrf @include('admin.team._form', ['member' => null])
@endsection