@extends('master') @section('content')

Employer Dashboard

This page is for registering employers using employer portal.

The portal is used to record employee exposure information - click on employee name in the employee dashboard list.

@foreach($patients as $patient) @endforeach
Medical ID Name Gender Date Of Birth
{{$patient->pid}} {{$patient->fname}} {{$patient->lname}} {{$patient->sex}} {{ date("F d Y",strtotime($patient->DOB)) }}
New Employee

You can also download educational material:

Comments: please send comments, questions or suggestions to maomalley@ucdavis.edu or cesar.hermosillo@litekey.com

@stop