@extends('layouts.admin') @section('title', 'Analytics') @push('head') @endpush @section('content') @php $summaryIcons = [ 'trend-up' => '', 'target' => '', 'calendar-check' => '', 'briefcase' => '', ]; @endphp
@foreach ($summary as $card)

{{ $card['label'] }}

{{ $card['value'] }}

{{ $card['meta'] }}

@endforeach

Application Trends

Applications Shortlisted Hired

Employee Distribution by Department

Attendance Trend (Current Month)

Top Performers This Month

Application Breakdown

@foreach ($applicationsBreakdown as $item)

{{ $item['label'] }}

{{ $item['value'] }}

@endforeach

Workforce Summary

@foreach ($workforce as $item)

{{ $item['label'] }}

{{ $item['value'] }}

@endforeach

Job Postings

@foreach ($jobPostings as $item)

{{ $item['label'] }}

{{ $item['value'] }}

@endforeach
@endsection @push('scripts') @endpush