@extends('layouts.default') @section('content')
| No. | username | first name | last name | date of birth | user image | |
|---|---|---|---|---|---|---|
| {{ $item->id }} | {{ $item->user->name }} | {{ $item->user->email }} | {{ $item->user->profile->first_name }} | {{ $item->user->profile->last_name }} | {{ $item->user->profile->date_of_birth }} |
| No. | Name | Image | Status |
|---|---|---|---|
| {{ $item->id }} | {{ $item->showInterest->name }} | {{ $item->showInterest->status }} |