@php $title = get_label('chat','Chat'); if (isset($type)) { if ($type == 'project') { $title = get_label('project_discussion','Project Discussion'); } elseif ($type == 'task') { $title = get_label('task_discussion','Task Discussion'); } } @endphp