@extends('layouts.master') @section('title') {{ 'Page Title Goes Here' }} @endsection @section('contain') @foreach ($userData as $user)
| S.No | {{--Full Name | --}}Title | Comments Count | Reactions Count | Description | Media | Date | {{--Action | --}}{{ $num++ }} | {{--{{ $post->user->full_name }} | --}}{{ $post->title ?? '-' }} | {{ $post->comments_count ?? 0 }} | {{ $post->reaction_post_count ?? 0 }} | {{ $post->description ?? '-' }} |
{{-- @if ($post->media_type == 'image')
@else
@endif --}}
|
{{ $post->created_at->format('Y-m-d') }} | {{----}} @endforeach |
|---|
| S.No | Media | views | created_at | {{--description | --}}
|---|
| S.No | Description | Media | created_at |
|---|
| Device Type | Device Brand | Device os | App Version | is notify | udid |
|---|---|---|---|---|---|
| {{ $Cusdevices->device_type }} | {{ $Cusdevices->device_brand }} | {{ $Cusdevices->device_os }} | {{ $Cusdevices->app_version }} |
@if ($Cusdevices->is_notify == 0)
Pending @elseNotified @endif |
{{ $Cusdevices->udid }} |