@extends('business::layouts.master') @section('pagetitle','Dashboard') @section('subheader') @include('business::usersetting.subheader.commonsubheader') @endsection @section('content') @if(session('success')) @endif
@include('business::usersetting.aside.sidemenu')

Hiring Stages

@if($bowner->customstageaddon_id != NULL && $bowner->customstageaddon_id != '') @else Purchase Custom Stages @endif
customstageaddon_id != NULL && $bowner->customstageaddon_id != '') id="scrollfolder" @endif class="kt-margin-t-30"> @foreach($hiring_workflow as $workflow) @php if(isset($workflow['candidate_count'])) $candidate_count = $workflow['candidate_count']; else $candidate_count = 0; @endphp @if($workflow['stage_name'] !='Candidate' && $workflow['stage_name'] !='Terminated' && $workflow['stage_name'] !='ARCHIVE' && $workflow['stage_name'] !='Hired')
@if($bowner->customstageaddon_id != NULL && $bowner->customstageaddon_id != '') ⁝⁝⁝   @endif @if($workflow['stage_name']=='Candidate' )   @elseif($workflow['stage_name']=='Assessment Complete')   @elseif($workflow['stage_name']=='Phone Screen')   @elseif($workflow['stage_name']=='Interview')   @elseif($workflow['stage_name']=='Assessment')   @elseif($workflow['stage_name']=='Offer')   @elseif($workflow['stage_name']=='Hired')   @elseif($workflow['stage_name']=='ARCHIVE')   @else   @endif {{ ucfirst(strtolower($workflow['stage_name'])) }}   @if($workflow['stage_name'] == 'Hired') @if(isset($workflow['candidate_count'])) {{ $workflow['candidate_count'] }} @else 0 @endif @elseif($workflow['stage_name'] == 'ARCHIVE') @if(isset($workflow['candidate_count'])) {{ $workflow['candidate_count'] }} @else 0 @endif @else @if(isset($workflow['candidate_count'])) {{ $workflow['candidate_count'] }} @else 0 @endif @endif
@if($bowner->customstageaddon_id != NULL && $bowner->customstageaddon_id != '')
@if($workflow['is_editable']=='Y') @endif @if($workflow['is_deletable']=='Y') @if( $candidate_count >0)    @else    @endif @endif
@endif
@endif @endforeach
@foreach($hiring_workflow as $workflow) @php if(isset($workflow['candidate_count'])) $candidate_count = $workflow['candidate_count']; else $candidate_count = 0; @endphp @if($workflow['stage_name'] =='ARCHIVE')
   {{ ucfirst(strtolower($workflow['stage_name'])) }}   @if(isset($workflow['candidate_count'])) {{ $workflow['candidate_count'] }} @else 0 @endif
@elseif($workflow['stage_name'] =='Hired')
   {{ ucfirst(strtolower($workflow['stage_name'])) }}   @if(isset($workflow['candidate_count'])) {{ $workflow['candidate_count'] }} @else 0 @endif
@endif @endforeach
@if($bowner->customstageaddon_id != NULL && $bowner->customstageaddon_id != '')
When using custom stages:

1. Choose stage names that are recognizeable to your team.

2. Drag and drop the order of your custom stages to fit your hiring process.

3. Build email templates to support each stage.

@else
Streamline your hiring process with Custom Stages

Custom Stages gives you the ability to customize the default stages to better fit your individual hiring process. By upgrading to Custom stages you can:

1. Choose stage names that are recognizable to your team.

2. Drag and drop the order of your custom stages to fit your hiring process.

3. Build email templates to support each stage.

@endif
@include('business::usersetting.hiringstage.mdlhiringstage') @include('business::usersetting.hiringstage.mdldeletestage') @include('business::layouts.footer') @endsection @section('pagescript') @endsection