@extends('superadmin.layouts.app') @section('content')

Newsfeeds

Personal Details

{{ $user->name }}

{{ $user->username }}

{{ $location }}

  • {{ $totalPost }}

    Posts

  • {{ $follower }}

    Followers

  • {{ $follwing }}

    Following

Send Message Send Email @if ($user->user_promoted_data != null) Promoted Profile @else Promote Profile @endif

Email Id: {{ $user->email }}

Date of birth: {{ ($user->dob!='' ? $user->dob : '-') }}

Phone Number: {{ $user->phoneNumber }}

IP Address: {{ $user->ip_address }}

@foreach($posts as $post)
@endforeach

Delete Post

Get Notified User

Promote User

Time

OR

Reach

OR

Unique Reach

{{-- --}} {{-- Cancel --}}
Cancel
{{--

Promote Postfghfghf hfgfjf

OR
  • Start Date

    Start Time

    End Date

    End Time

--}}

Promote Post

@csrf

Time

OR

Reach

OR

Unique Reach

{{-- Cancel --}}
Cancel

{{($user->status==4 ? 'Block' : 'Unblock')}} User

@if($user->status==4)
Reasons (Optional)
@else
Are you sure you want to unblock user?
@endif
@endsection @section('script') {{-- --}} @endsection