@extends('admin.layouts.app') @section('panel')
user
  • @lang('Email'): {{ $user->email }}
  • @lang('Mobile number'): {{ $user->mobileNumber }}
  • @lang('Country'): {{ __($user->country_name) }}
  • @lang('Email Verification') @if ($user->ev) @else @endif
  • @lang('Mobile Verification') @if ($user->sv) @else @endif
@lang('Plan Overview')
  • @lang('Plan Name') {{ __(@$user->plan->name ?? 'N/A') }}
  • @lang('Product Limit') {{ printLimit(@$user->plan->product_limit) }}
  • @lang('User Limit') {{ printLimit($user->user_limit) }}
  • @lang('Warehouse Limit') {{ printLimit($user->warehouse_limit) }}
  • @lang('Supplier Limit') {{ printLimit($user->supplier_limit) }}
  • @lang('Coupon Limit') {{ printLimit($user->coupon_limit) }}
  • @lang('HRM Access') @if ($user->hrm_access) @lang('Yes') @else @lang('No') @endif
  • @lang('Expired Date') {{ showDateTime($user->plan_expired_at) }}
{{--
@lang('Plan Overview')
@lang('Product Limit') {{ printLimit($user->product_limit) }}
@lang('User Limit') {{ printLimit(@$user->user_limit) }}
@lang('Warehouse Limit') {{ printLimit(@$user->warehouse_limit) }}
@lang('Supplier Limit') {{ printLimit(@$user->supplier_limit) }}
@lang('Coupon Limit') {{ printLimit(@$user->coupon_limit) }}
@lang('HRM Access') @if ($user->hrm_access) @lang('Yes') @else @lang('No') @endif
--}}
@csrf
@lang('Full Information')
+{{ $user->dial_code }}
@lang('Login History')
@lang('View All')
@if ($user->status == Status::USER_ACTIVE) @lang('If this user is banned, they will no longer have access to their dashboard.') @else @lang('Ban reason was'): {{ __($user->ban_reason) }} @endif
@csrf @if ($user->status == Status::USER_ACTIVE)
@else

@lang('Are you sure to unban this user?')

@endif
@if ($user->status == Status::USER_ACTIVE) @else
@endif
@endsection @push('breadcrumb-plugins')
@if ($user->status == Status::USER_ACTIVE) @else @endif @lang('Notifications')
@endpush @push('script') @endpush @push('style') @endpush