@extends('layouts.default') @section('content')
| No. | comment | username | first name | last name | date of birth | user image | |
|---|---|---|---|---|---|---|---|
| {{ $item->id }} | {{ $item->body }} | {{ $item->user->name }} | {{ $item->user->email }} | {{ $item->user->profile->first_name }} | {{ $item->user->profile->last_name }} | {{ $item->user->profile->date_of_birth }} |
| No. | comment | username | first name | last name | date of birth | user image | Actions | |
|---|---|---|---|---|---|---|---|---|
| {{ $item->comment->id }} | {{ $item->comment->body }} | {{ $item->comment->user->name }} | {{ $item->comment->user->email }} | {{ $item->comment->user->profile->first_name }} | {{ $item->comment->user->profile->last_name }} | {{ $item->comment->user->profile->date_of_birth }} | Approve |
| No. | name | first name | last name | date of birth | user image | |
|---|---|---|---|---|---|---|
| {{ $item->id }} | {{ $item->friends->name ?? null }} | {{ $item->friends->email ?? null }} | {{ $item->friends->profile->first_name ?? null }} | {{ $item->friends->profile->last_name ?? null }} | {{ $item->friends->profile->date_of_birth ?? null }} |