@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.Active Car') }}

{{ $active_listing }}

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

{{ $total_listing }}

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

{{ currency($total_purchase) }}

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

{{ $total_review }}

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

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

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

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

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

@if ($user->is_dealer == 1) {{ __('translate.Go To Public Profile') }} @endif {{ __('translate.Delete User') }}

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

{{ __('translate.Create New') }}
{{-- Edit Modal --}} @endsection @push('js_section') @endpush