@if (isset($user))
{{ t('My Account') }} 
  • {{ t('Personal Home') }}
@if (!empty($user->user_type_id) and $user->user_type_id != 0)
{{ t('My Ads') }} 
    @if (in_array($user->user_type_id, [1]))
  • {{ t('My companies') }}  {{ isset($countCompanies) ? \App\Helpers\Number::short($countCompanies) : 0 }}
  • {{ t('My ads') }}  {{ isset($countMyPosts) ? \App\Helpers\Number::short($countMyPosts) : 0 }}
  • {{ t('Pending approval') }}  {{ isset($countPendingPosts) ? \App\Helpers\Number::short($countPendingPosts) : 0 }}
  • {{ t('Archived ads') }}  {{ isset($countArchivedPosts) ? \App\Helpers\Number::short($countArchivedPosts) : 0 }}
  • {{ t('Conversations') }}  {{ isset($countConversations) ? \App\Helpers\Number::short($countConversations) : 0 }}   0
  • {{ t('Transactions') }}  {{ isset($countTransactions) ? \App\Helpers\Number::short($countTransactions) : 0 }}
  • @endif @if (in_array($user->user_type_id, [2]))
  • {{ t('My resumes') }}  {{ isset($countResumes) ? \App\Helpers\Number::short($countResumes) : 0 }}
  • {{ t('Favourite jobs') }}  {{ isset($countFavouritePosts) ? \App\Helpers\Number::short($countFavouritePosts) : 0 }}
  • {{ t('Saved searches') }}  {{ isset($countSavedSearch) ? \App\Helpers\Number::short($countSavedSearch) : 0 }}
  • {{ t('Conversations') }}  {{ isset($countConversations) ? \App\Helpers\Number::short($countConversations) : 0 }}   0
  • @endif @if (config('plugins.apijc.installed'))
  • {{ trans('api::messages.Clients & Applications') }} 
  • @endif
{{ t('Terminate Account') }} 
  • {{ t('Close account') }}
@endif @endif