@extends('admin.layouts.app') @section('content')
@if ($count_employer > 0)

{{$count_employer}}

@else

No Employers Found

@endif
@if ($count_user > 0)

{{$count_user}}

@else

No Users Found

@endif
@if ($count_jobs > 0)

{{$count_jobs}}

@else

No Jobs Found

@endif
@endsection