@extends('backoffice.layouts.app') @section('contents')
| Photo | Real Name | Nickname | Phone | Country | Status | Action |
|---|---|---|---|---|---|---|
|
@if ($profile->profile_photo)
|
{{ $profile->real_name }} | {{ $profile->nickname }} | {{ $profile->phone_country_code }} {{ $profile->phone_number }} | {{ $profile->country }} | @if ($profile->verification_status === 'verified') Verified @else Unverified @endif | @if ($profile->verification_status === 'unverified') @else @endif |