|
@@ -37,7 +37,7 @@ class AppointmentController extends Controller
|
|
|
$events = [];
|
|
|
foreach ($appointments as $appointment) {
|
|
|
$events[] = [
|
|
|
- "title" => '(' . $appointment->pro->initials() . ') ' . $appointment->client->displayName(),
|
|
|
+ "title" => $appointment->pro->displayName(),
|
|
|
"_title" => $appointment->title,
|
|
|
"description" => $appointment->description,
|
|
|
"clientName" => $appointment->client->displayName(),
|