@extends('layouts.app') @section('title', 'Omanization Tracking') @section('breadcrumbs')
@endsection @section('content')Monitor and track your Omanization compliance ratio
Compliant — your Omanization ratio meets the requirement.
Non-Compliant — you need approximately {{ $needed }} more Omani employee(s) to meet the {{ number_format($requiredPercentage, 1) }}% requirement.
Need at least 2 monthly snapshots to show trends.
| Department | Total | Omani | Non-Omani | Ratio | Status |
|---|---|---|---|---|---|
| {{ $dept['name'] }} | {{ $dept['total'] }} | {{ $dept['omani'] }} | {{ $dept['non_omani'] }} |
|
@if($dept['ratio'] >= $requiredPercentage) Compliant @elseif($dept['ratio'] >= $requiredPercentage - 5) At Risk @else Below Target @endif |