@extends('manager.layouts.app') @section('page_title') {{(!empty($page_title) && isset($page_title)) ? $page_title : ''}} @endsection @push('head-scripts') @endpush @section('content') {{--
--}} {{--
--}} {{-- --}}{{-- Start: Page Content --}} {{--
--}} {{--
--}} {{--

{{(!empty($p_title) && isset($p_title)) ? $p_title : ''}}

--}} {{--
{{(!empty($p_summary) && isset($p_summary)) ? $p_summary : ''}}
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
{{--Right Side--}}
Jobs
{{(!empty($jobs) ? count($jobs) : 0)}}
@if(count($jobs) > 0) more >> @endif
Applicants
{{(!empty($applicants) ? count($applicants) : 0)}}
@if(count($applicants) > 0) more >> @endif
Applications
{{(!empty($applications) ? count($applications) : 0)}}
@if(count($applications) > 0) more >> @endif
Interviews
{{(!empty($interviews) ? count($interviews) : 0)}}
@if(count($interviews) > 0) more >> @endif
{{--Graphs--}}
{{--Gender Chart--}} @if(count($genderChart) > 0)
@endif {{--Status Chart--}} @if(count($monthlyChart) > 0)
@endif
@endsection @push('footer-scripts') @endpush