@extends('layouts.common') @section('title') Laiqa | Admin | Dashboard @endsection @section('content') {{ $user[0]->user_city }} @php //echo "
"; //print_r($user); die; @endphp 

	

Profile

{{ $user[0]->user_name }}

Email : {{ $user[0]->email }}
Phone : {{ $user[0]->user_phone }}
DOB : {{ $user[0]->user_dob }}
Gender : @if($user[0]->gender == 1)Male @elseif ($user[0]->gender == 2) Female @else Non-binary @endif

@php if($list){ @endphp
  • Married Status: {{ $list[0]->married_status }}
  • Weight: {{ $list[0]->user_weight }}
  • Height: {{ $list[0]->user_height }}
  • Blood Group: {{ $list[0]->user_blood_group }}
  • Diabetics: @if($list[0]->user_diabetics == 1) Yes @else No @endif
  • Hypertension: @if($list[0]->user_hypertension == 1) Yes @else No @endif
  • Heart Problem: @if($list[0]->user_heart_pblm == 1) Yes @else No @endif
  • Ashtma: @if($list[0]->user_ashtma == 1) Yes @else No @endif
  • Allergies: {{ $list[0]->allergies }}
  • PCOS/PCOD: @if($list[0]->pcos_pcod == 1) Yes @else No @endif
  • Dysmennorhoea: @if($list[0]->dysmennorhoea == 1) Yes @else No @endif
  • Endometriosis: @if($list[0]->endometriosis == 1) Yes @else No @endif
  • Thyroid: @if($list[0]->thyroid == 1) Yes @else No @endif
  • Mental Health: {{ $list[0]->mental_health }}
  • Medication: {{ $list[0]->user_medication }}
  • Income: {{ $list[0]->user_income }}
  • Education: @if($list[0]->user_education == 1) High School @elseif($list[0]->user_education == 2) UG @elseif($list[0]->user_education == 3) PG @else Doctrate @endif
  • Employmet: @if($list[0]->employment == 1) Student @elseif($list[0]->user_education == 2) Employed @else Home Maker @endif
  • Purpose of using APP: {{ $list[0]->purpose_using_app }}
@php } @endphp
@endsection @section('scripts') @endsection