@extends('master') @section('content')
@if(isset($error))
{{{$error}}} ×
@endif

Patient Information

This screen is for editing patient demographic information.

{{ Form::model($patientData, array('route' => array('patients.update', $patientData->pid), 'method' => 'PUT', 'data-abide')) }}
First Name is required and must be a string.
Must be a string.
Last Name is required and must be a string.
Date format: yyyy-mm-dd.
Invalid email format.
Phone format:
(xxx)xxx-xxxx or xxx-xxx-xxxx
Phone format:
(xxx)xxx-xxxx or xxx-xxx-xxxx
Phone format:
(xxx)xxx-xxxx or xxx-xxx-xxxx

Patient Address

Street is required and must be a string.
Street is required and must be a string.
Must be a string.
Zipcode is required. Five numbers


Notification Preferences


Notification and Contact Preferences

Contact is required
Contact Email is required with email format.
Contact Phone is required, format:
(xxx)xxx-xxxx or xxx-xxx-xxxx

Employer Information

Employer Name is required
Street is required and must be a string.
Street is required and must be a string.
Must be a string.
Zipcode is required.
Invalid email format.
Phone format:
(xxx)xxx-xxxx or xxx-xxx-xxxx
Phone format:
(xxx)xxx-xxxx or xxx-xxx-xxxx
Phone format:
(xxx)xxx-xxxx or xxx-xxx-xxxx
Ocupation / Company is required.

{{ Form::close() }}
@stop