@extends('layouts.dashboard') @section('title', 'Team Management') @section('content')
Invite someone to join your company as a Planner.
| Name | Joined | Status | Actions | |
|---|---|---|---|---|
|
@if($planner->profile_photo)
{{ $planner->name }}
|
{{ $planner->email }} | {{ $planner->created_at->format('M d, Y') }} | @if($planner->is_active) Active @else Inactive @endif | |
No Planners FoundUse the form on the left to invite team members. |
||||