@extends('admin.master_layout') @section('title') {{ __('translate.User Details') }} @endsection @section('body-header')

{{ __('translate.User Details') }}

{{ __('translate.Dashboard') }} >> {{ __('translate.User Details') }}

@endsection @section('body-content')

{{ __('translate.Total Listing') }}

{{ $total_listing }}

{{ __('translate.Subscription Purchase') }}

{{ currency($total_purchase) }}

{{ __('translate.Job Request') }}

{{ $total_job_request }}

{{ __('translate.Job Hired') }}

{{ $total_hired }}

@if ($user->image) thumb @else thumb @endif

{{ html_decode($user->name) }}

@if ($user->userRole)

{{ html_decode($user->userRole->name) }}

{{ $user->userRole->getTypeLabel() }} @else

{{ __('translate.No Role Assigned') }}

@endif

{{ html_decode($user->designation) }}

{{ $total_classified }}

{{ __('translate.Classified') }}

{{ $total_realestate }}

{{ __('translate.Real Estate') }}

{{ $total_jobpost }}

{{ __('translate.Jobpost') }}

{{ __('translate.About') }}

{{ html_decode($user->about_me) }}

{{ __('translate.Contact Information') }}

@if ($user->is_banned == 'yes') @endif

{{ __('translate.All Listings') }}

{{ __('translate.Create New') }}
{{-- Edit Modal --}} @if ($active_subscription && ! empty($promotion_allocation)) @endif @include('admin.partials.listing-reject-modal') @endsection @push('js_section') @include('admin.user.partials.edit-user-location-script') @endpush