@extends('collector.layouts.master') @section('content') --}} class="col-12"> @csrf @csrf Patient Application Name* {{-- First Name --}} @if ($errors->has('fname')) {{ $errors->first('fname') }} @endif {{-- Last Name --}} @if ($errors->has('lname')) {{ $errors->first('lname') }} @endif Gender* Male Female Prefer not to respond @if ($errors->has('gender')) {{ $errors->first('gender') }} @endif Ethnicity* Select Ethnicity African American Asian Caucasian Hispanic Other @if ($errors->has('ethnicity')) {{ $errors->first('ethnicity') }} @endif Date Of Birth * @if ($errors->has('dob')) {{ $errors->first('dob') }} @endif Email* @if ($errors->has('email')) {{ $errors->first('email') }} @endif Phone* @if ($errors->has('phone')) {{ $errors->first('phone') }} @endif Contact Name* Home Address* @if ($errors->has('address_one')) {{ $errors->first('address_one') }} @endif @if ($errors->has('address_two')) {{ $errors->first('address_two') }} @endif City* @if ($errors->has('city')) {{ $errors->first('city') }} @endif State* {{-- State --}} Select State @foreach ($states as $state) name ? 'selected' : '') : '' }}> {{ $state->name }} @endforeach Zip Code* @if ($errors->has('zipcode')) {{ $errors->first('zipcode') }} @endif Are you 18 or older?* Yes No Take Photo of Front of Picture ID *Required for all adults 18 and older Take Photo @if ($errors->has('frontPic')) {{ $errors->first('frontPic') }} @endif Take Photo of Back of Picture ID *Required for all adults 18 and older Take Photo @if ($errors->has('backPic')) {{ $errors->first('backPic') }} @endif Do you have Health Insurance* Yes No Insurance Type {{-- --}} Select Self pay Medicare Medicaid Other Insurance Commercial No Insurance(Hrsa) @if ($errors->has('insurance_type')) {{ $errors->first('insurance_type') }} @endif Policy Number @if ($errors->has('policy_id')) {{ $errors->first('policy_id') }} @endif Group Number @if ($errors->has('group_id')) {{ $errors->first('group_id') }} @endif Take Photo of Front of Insurance Card Take Photo @if ($errors->has('insuranceFrontPic')) {{ $errors->first('insuranceFrontPic') }} @endif Take Photo of Back of Insurance Card Take Photo @if ($errors->has('insuranceBackPic')) {{ $errors->first('insuranceBackPic') }} @endif Add