@extends('layouts.app') @section('title', 'لوحة تحكم صاحب العمل - منصة ابدأ') @section('content')
{{ auth()->user()->employer->company_name }} @if(auth()->user()->employer->is_verified) شريك موثق ✓ @endif
إعلان فرصة عمل
@if(!auth()->user()->employer->is_verified)

حسابكم قيد المراجعة

حسابكم قيد المراجعة من قبل الإدارة، ستتمكنون من نشر الوظائف فور التوثيق

@endif

الوظائف النشطة

{{ $totalJobs }}

المتقدمين

{{ $totalApplications }}

المواهب المقترحة

{{ $totalTalents }}

@endsection