@extends('layouts.app') @section('title', 'Create Health Surveillance Record') @section('content')
Back

Create Health Surveillance Record

@csrf

Employee Information

@error('user_id')

{{ $message }}

@enderror

Surveillance Information

@error('surveillance_type')

{{ $message }}

@enderror
@error('examination_date')

{{ $message }}

@enderror
@error('result')

{{ $message }}

@enderror
Cancel
@endsection