@include('Chatify::layouts.headLinks')
{{-- ----------------------Users/Groups lists side---------------------- --}}
{{-- Header and search bar --}} @php $messageLabel = get_label('messages', 'MESSAGES'); if (isset($type)) { if ($type == 'project') { $messageLabel = get_label('project','Project').':'.$project->title; } elseif ($type == 'task') { $messageLabel = get_label('task','Task').':'.$task->title; } } @endphp