@extends('employer.layouts.master') @section('page-title'){{$page}}@endsection @section('menu'){{$menu}}@endsection @section('content')

{{ __('message.dashboard') }}

@if(empAllowedTo('view_dashboard_stats'))

{{ $jobsCount }}

{{ __('message.all_jobs') }}

{{ __('message.view_all') }}

{{ $candidates }}

{{ __('message.total_candidates') }}

{{ __('message.more_info') }}

{{ $applications }}

{{ __('message.total_applications') }}

{{ __('message.more_info') }}

{{ $interviews }}

{{ __('message.total_interviews') }}

{{ __('message.more_info') }}

{{ $hired }}

{{ __('message.total_hired') }}

{{ __('message.more_info') }}

{{ $rejected }}

{{ __('message.total_rejected') }}

{{ __('message.more_info') }}
@endif
@if(empAllowedTo('view_job_chart'))

{{ __('message.popular_jobs') }}

{{ __('message.applied') }}   {{ __('message.favorited') }}   {{ __('message.referred') }}
@endif @if(empAllowedTo('view_jobs_status'))

{{ __('message.job_statuses') }}

{{ __('message.job') }} {{ __('message.department') }} {{ __('message.candidates') }} {{ __('message.status') }}
@endif
@if(empAllowedTo('view_candidate_chart'))

{{ __('message.top_candidates') }}

{{ __('message.traites') }}   {{ __('message.interviews') }}   {{ __('message.quizes') }}
@endif @if(empAllowedTo('to_do_list'))

{{ __('message.to_do_list') }}

@endif
@endsection @section('page-scripts') @endsection