@extends('layouts.default') @section('content')
|
| --}}
No. | User | {{--Role | --}}First Name | Last Name | Date of birth | Hometown | Neighborhood | Social Media | Works At | Education | Journey | Location | Actions |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| --}}
{{ $key + 1 }} |
{{ $user->name ?? null }}
{{ $user->email ?? null }}
|
{{ $user->profile->first_name ?? null }} | {{ $user->profile->last_name ?? null }} | {{ $user->profile->date_of_birth ?? null }} | {{ $user->profile->hometown ?? null }} | {{ $user->profile->neighborhood ?? null }} | {{ $user->profile->works_at ?? null }} | {{ $user->profile->education ?? null }} | {{ $user->profile->journey ?? null }} | {{ $user->profile->location ?? null }} |