laravel-fullcalendar
laravel-fullcalendar copied to clipboard
laravel maddhatter calendar line break not working
Hi,
I am facing an issue in maddhatter calendar. I am trying to add multiple lines in title like : ` $events[] = Calendar::event(
$response->status.'\n'.
$response->clockIn,
true,
new \DateTime($response->attendanceDate),
new \DateTime($response->attendanceDate.' +1 day')
);
`
i tried the < br / > & \n as as well but its not working. Please share some suggestions how to resolve this. thanks