• {{ $notifications->count() }}

    Messages

    Marks all as read

    @foreach ($notifications->take(7) as $key => $notificationGroup) @php $notification = $notificationGroup->first(); $isFreelancer = isset($notification->client_id); $notificationCount = $notificationGroup->count(); @endphp
    {{ $notification->client->full_name }} - {{ $notification->influencer->first_name." ".$notification->influencer->last_name }} @if ($notificationCount > 1) {{ $notificationCount }} @endif {{-- {{ $notification->created_at->diffForHumans() }} --}}

    {{ $notification->message }}

    @endforeach
    View All Messages