@extends('frontend.layouts.UserMain') {{ translate('Humsafar - Notification') }} @section('content') {{-- --}}
@include('frontend.user.layouts.header') {{--
--}}
@foreach ($like_notifications as $like_notification) @php $profileImageData = getProfileImage($like_notification->requestToUser); if($like_notification->requestToUser->userDetails){ if($like_notification->requestToUser->userDetails->languages != null){ $language=App\Models\ProfileAttributeMeta::where('id', $like_notification->requestToUser->userDetails->languages)->first(); } else{ $language=null; } } else{ $language=null; } @endphp
You recived an like from {{$like_notification->requestToUser->name}}
image
@if($profileImageData['is_blurred']) Ask for Image @endif
{{$like_notification->requestToUser->name}}
Online 1d ago
@if ($like_notification->status==null)
Share Invited you to conected Accept Decline
@endif
View my Profile
@endforeach
{{--
--}}
@endsection @push('scripts') @endpush