@extends('layouts.dashboard') @section('title', ucfirst($profileFor) .' Profiles - Himrishtey') @section('styles') @endsection @section('content')

{{ ucfirst($profileFor) }} Profiles

{{ count($users) }} {{ ucfirst($profileFor) }} profiles

@foreach($users as $member)
{{ $member['full_name'] }} @if($member['member_type'] == 'verified') @endif

{{ $member['full_name'] }}

{{ $member['city_living_in'] }}, {{ $member['state_living_in'] }}
{{ $member['occupation'] }} • {{ $member['age_years'] }} yrs • {{ $member['height'] }} Ft
{{ $member['religion'] }} {{ $member['height'] }} {{ $member['education'] }}
@endforeach
@endsection