@php $toneClasses = [ 'emerald' => 'from-emerald-50 to-white text-emerald-700 ring-emerald-200', 'teal' => 'from-teal-50 to-white text-teal-700 ring-teal-200', 'sky' => 'from-sky-50 to-white text-sky-700 ring-sky-200', 'amber' => 'from-amber-50 to-white text-amber-700 ring-amber-200', ]; @endphp

RemoteMatch operations

Admin command center

Monitor acquisition, paid access, resume intelligence, imported jobs, and application activity from one clean dashboard.

Live analytics
@foreach ($metrics as $metric)
@if ($metric['icon'] === 'currency') @elseif ($metric['icon'] === 'check') @elseif ($metric['icon'] === 'briefcase') @else @endif

{{ $metric['label'] }}

{{ $metric['prefix'] ?? '' }}{{ $metric['value'] }} {{ $metric['note'] }}
@endforeach

Applicant conversion funnel

Track where users are moving through the paid AI-matching workflow.

@foreach ($funnel as $step)
{{ $step['label'] }} {{ number_format($step['value']) }}
{{ $step['percent'] }}%
@endforeach