@extends('layouts.default') @section('content')
| No. | username | first name | last name | date of birth | Hometown | Neighborhood | Works At | Education | Journey | Location | user image | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $item->id }} | {{ $item->sender->name }} | {{ $item->sender->email }} | {{ $item->sender->profile->first_name }} | {{ $item->sender->profile->last_name }} | {{ $item->sender->profile->date_of_birth }} | {{ $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 }} |
| No. | meeting person | date time | address | note |
|---|---|---|---|---|
| {{ $item->id }} | {{ $item->user->profile->first_name }} | {{ $item->date_time }} | {{ $item->address }} | {{ $item->note }} |
| No. | Total Members | Name | Privacy | Description | Actions | |
|---|---|---|---|---|---|---|
| {{ $item->id }} | {{--
{{ $item->groupAdmin->profile->first_name ?? null }}
{{ $item->groupAdmin->email ?? null }}
| --}}
{{ $item->group->group_name }} | {{ $item->group->group_name }} | {{ $item->group->privacy }} | {{ Illuminate\Support\Str::limit($item->group->description, 10) }} | Details |
| No. | Total Members | Name | Privacy | Description | Actions | |
|---|---|---|---|---|---|---|
| {{ $item->id }} | {{--
{{ $item->groupAdmin->profile->first_name ?? null }}
{{ $item->groupAdmin->email ?? null }}
| --}}
{{ $item->group_members_count }} | {{ $item->group_name }} | {{ $item->privacy }} | {{ Illuminate\Support\Str::limit($item->description, 10) }} | Details |
|
| --}}
No. | User | {{--Role | --}}First Name | Last Name | Date of birth | Hometown | Neighborhood | Works At | Education | Journey | Location |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| --}}
{{ $key + 1 }} |
{{ $user->users->name ?? null }}
{{ $user->users->email ?? null }}
|
{{ $user->users->profile->first_name ?? null }} | {{ $user->users->profile->last_name ?? null }} | {{ $user->users->profile->date_of_birth ?? null }} | {{ $user->users->profile->hometown ?? null }} | {{ $user->users->profile->neighborhood ?? null }} | {{ $user->users->profile->works_at ?? null }} | {{ $user->users->profile->education ?? null }} | {{ $user->users->profile->journey ?? null }} | {{ $user->users->profile->location ?? null }} |
| No. | Saved By | post text | post activity | background color | post image | Actions |
|---|---|---|---|---|---|---|
| {{ $item->posts->id }} | {{ $item->user->profile->first_name }} | {{ $item->posts->post_text }} | {{ $item->posts->post_activity }} | {{ $item->posts->background_color }} | $item->posts->id])}}" class="btn btn-sm btn-light btn-active-light-primary" data-kt-menu-trigger="click" data-kt-menu-placement="bottom-end">Details |