{{ __('logo') }} {{ config('app.name') }}
    {{ __('dashboard') }} @if (userCan('order.view'))
  • {{ __('order') }}
  • {{ __('order') }} @endif @if (userCan('company.view')) {{ __('company') }} @endif @if (userCan('candidate.view')) {{ __('candidate') }} @endif @if (userCan('job.view') || userCan('job_category.view') || userCan('job_role.view') || userCan('plan.view') || userCan('industry_types.view') || userCan('professions.view'))
  • {{ __('manage_jobs') }}
  • @endif @if (userCan('job.view')) {{ __('jobs') }} @endif @if (userCan('job_category.view')) {{ __('job_category') }} @endif @if (userCan('job_role.view')) {{ __('job_role') }} @endif @if (Module::collections()->has('Plan') && userCan('plan.view')) {{ __('price_plan') }} @endif @if (userCan('industry_types.view') || userCan('professions.view')) @slot('title') {{ __('attributes') }} @endslot
      @if (userCan('industry_types.view')) {{ __('industry_type') }} @endif @if (userCan('professions.view')) {{ __('professions') }} @endif @if (userCan('skills.view')) {{ __('skills') }} @endif @if (userCan('tags.view')) {{ __('tags') }} @endif @if (userCan('benefits.view')) {{ __('benefits') }} @endif @if (userCan('candidate-language.view')) {{ __('language') }} @endif
    @endif @if (userCan('post.view') || userCan('country.view') || userCan('state.view') || userCan('city.view') || userCan('newsletter.view') || userCan('newsletter.sendmail') || userCan('contact.view') || userCan('testimonial.view') || userCan('admin.view'))
  • {{ __('others') }}
  • @endif @if (Module::collections()->has('Blog')) @if (userCan('post.view')) {{ __('blog') }} @endif @endif @if (Module::collections()->has('Location')) @if (userCan('post.view')) {{ __('country') }} @endif @endif @if (Module::collections()->has('Newsletter')) @if (userCan('newsletter.view') || userCan('newsletter.sendmail')) @slot('title') {{ __('newsletter') }} @endslot @if (userCan('newsletter.view'))
      {{ __('email_list') }}
    @endif @if (userCan('newsletter.sendmail'))
      {{ __('send_mail') }}
    @endif
    @endif @endif @if (Module::collections()->has('Testimonial') && userCan('testimonial.view')) {{ __('testimonial') }} @endif @if (userCan('faq.view')) {{ __('faq') }} @endif @if (userCan('admin.view')) {{ __('user_role_manage') }} @endif
  • {{ __('visit_website') }}

  • @if (userCan('setting.view')) {{ __('settings') }} @endif
  • {{ __('log_out') }}

    @csrf