@extends('layouts.admin') {{trans('home.job_seekers_reports')}} @section('content')

{{trans('home.registered_count')}}

{{$registered_count}}

{{trans('home.gada_count')}}

{{$gada_count}}

{{trans('home.riyadh_count')}}

{{$riyadh_count}}

{{trans('home.other_region_count')}}

{{$other_region_count}}

{{trans('home.male_count')}}

{{$male_count}}

{{trans('home.female_count')}}

{{$female_count}}

{{trans('home.university_count')}}

{{$university_count}}

{{trans('home.diploma_count')}}

{{$diploma_count}}

{{trans('home.secondary_count')}}

{{$secondary_count}}

{{trans('home.intermediate_count')}}

{{$intermediate_count}}

{{--@can('deserved_certificate_students_count') @endcan--}}
@endsection