@extends('admin.layout') @section('title') Contact Listing @endsection @section('content')

User Details

image
{{$user->name}}
{{$user->profile->profession}}
{{$user->request_remaining}}
Request
{{date_format(date_create($user->request_expiry),"d M, y")}}
Request Expiry
Premium user
Email
Contact
{{$user->phone}}
Platform
{{$user->platform != '' ? $user->platform : 'APP'}}

Subscription

Subscription ID: SUB-{{$subscription->id}}
Price: ${{$subscription->total_amount}}
Started: {{date_format(date_create($subscription->subscribed_on),"d M, y")}}
Status: Active
Expiry: {{date_format(date_create($subscription->expire_on),"d M, y")}}

Profile Details

{{$user->profile->gender}}
{{$user->profile->age}}
{{$user->profile->dob}}
{{$user->profile->marital_status}}
{{$user->profile->ethnicity}}
{{$user->profile->location}}
{{$user->profile->last_qualification}}
{{$user->profile->height}}
{{$user->profile->appearance}}
{{$user->profile->body}}
{{$user->profile->nature}}
{{$user->profile->weight}}
{{$user->profile->open_to}}
{{$user->profile->practicing_since}}
{{$user->profile->islam}}
{{$user->profile->prayers}}
{{$user->profile->revert}}

About

Subscription History

Package Status Amount Request Earned Subscribed On Expiry Actions

Request Sent {{count($request_sent)}} Request has been Sent

Request Received {{count($request_received)}} Request has been Received

@endsection @section('page_scripts') @endsection