@extends('admin::layouts.master')
@section('pagetitle','Dashboard')
@section('content')
{{$employers_count}}
Employers
{{$employer_present}}
Employer Present Today
{{$employers_absent}}
Employer Absent Today
@endsection
@section('scripts')
@endsection