@extends('user-layouts.user_template') @section('content')

My Profile

Personal Info

{{ $array_profile_info[0]->name }}

{{ $array_profile_info[0]->email }} @if($array_profile_info[0]->email_is_verified == 1) @else [ verify email ] @endif

@if($array_profile_info[0]->ContactNumber != null) {{ $array_profile_info[0]->ContactNumber }} @else not set @endif

@if($array_profile_info[0]->Birthday != null) {{ $array_profile_info[0]->Birthday }} @else not set @endif

@if($array_profile_info[0]->Gender != null) {{ $array_profile_info[0]->Gender }} @else not set @endif

@endsection