Notifications
@foreach ($header_interest_receiver as $interest)
@if ($interest->status != 'pending')
Likes Received
From {{ $interest->interest_sender->name }}
@else
{{-- Show this part when status = pending --}}
Get in touch request
From {{ $interest->interest_sender->name }}
@endif
@endforeach