@foreach ($projects as $project) @php $unread = count($project->messages->where('id', '>', $project->message_seen_last_seened_message_id_max)); @endphp @if ($unread > 0) @endif
@if ($project->importantMessage) stars @else stars @endif
{{ $project->title ?? '' }}
View Project

Expected on {{ Carbon\Carbon::parse($project->expected_delivery)->format('M d Y H:i a') ?? '' }}

{{ $project->status_text ?? '' }}
@endforeach @if ($projects->hasMorePages() ?? '') @endif