@extends('backend.layout.master-tailwind') @section('title', __('Jobs')) @section('admin_styles') @endsection @section('content')
{{ \App\Models\JobPost::where('status', 1)->count() }} active · {{ \App\Models\JobPost::whereDate('created_at', \Carbon\Carbon::today())->count() }} posted today · {{ \App\Models\JobPost::where('status', 0)->count() }} awaiting review · {{ \App\Models\JobPost::where('status', 2)->count() }} flagged