@extends('frontend.layouts.UserMain') {{ translate('Humsafar - Location') }} @section('content')
@include('frontend.user.layouts.header')
@foreach($matches as $match) @php $profileImageData = getProfileImage($match); @endphp image
{{ $match->first_name }} {{ $match->last_name }}
@if($profileImageData['is_blurred'])
Ask for Image @endif @endforeach
@if($matches!=null)
{{ $matches->links() }}
@endif
@endsection @push('scripts') @endpush