@extends('admin.layouts.main') @section('title') Jobs Dashboard @endsection @section('content')
@include("admin.common.sidebar")
date_range
date_range
@if(Request::get('start_date')) Clear @endif

Last Candidate Submission

{{ $hiringSuccessRate }}%

Hiring Success Rate

  • @{{ item.title }}

    Posted @{{ item.posted_at_formatted_human}} View Candidates

  • No jobs to show

  • @{{ item.title }} @{{ item.job_candidates_count}} Applicants

    Posted @{{ item.posted_at_formatted_human}} View Applicants

  • No jobs to show

  • @{{ item.title }}

    Posted @{{ item.posted_at_formatted_human}} Take Action

  • No jobs to show

@endsection @push('pageJs') @endpush