{{ Form::label('Template name', __('messages.user.name'), ['class' => 'form-label required']) }} {{ Form::text('name', isset($patientIdCardTemplateData) ? $patientIdCardTemplateData->name : null, ['class' => 'form-control', 'id' => 'template_name', 'placeholder' => __('messages.user.name'), 'required']) }}
{{ Form::label('Header Color', __('messages.patient_id_card.color'), ['class' => 'form-label required']) }}
{{ Form::color('color', isset($patientIdCardTemplateData) ? $patientIdCardTemplateData->color : null, ['class' => '', 'id' => 'CreateColor', 'placeholder' => '', 'required']) }}
email == 1 ? 'checked' : '' }} {{ !isset($patientIdCardTemplateData) ? 'checked' : '' }} class="form-check-input" type="checkbox" id="createEmailStatus">
phone == 1 ? 'checked' : '' }} {{ !isset($patientIdCardTemplateData) ? 'checked' : '' }} class="form-check-input" type="checkbox" id="createPhoneStatus">
dob == 1 ? 'checked' : '' }} {{ !isset($patientIdCardTemplateData) ? 'checked' : '' }} class="form-check-input" type="checkbox" id="createDobStatus">
blood_group == 1 ? 'checked' : '' }} {{ !isset($patientIdCardTemplateData) ? 'checked' : '' }} class="form-check-input" type="checkbox" id="createBloodGroupStatus">
address == 1 ? 'checked' : '' }} {{ !isset($patientIdCardTemplateData) ? 'checked' : '' }} class="form-check-input" type="checkbox" id="createAddressStatus">
patient_unique_id == 1 ? 'checked' : '' }} {{ !isset($patientIdCardTemplateData) ? 'checked' : '' }} class="form-check-input" type="checkbox" id="createUniqueIdStatus">
{{ Form::submit(__('messages.common.save'), ['class' => 'btn btn-primary me-2']) }} {{ __('messages.common.cancel') }}
@php $settingValue = getSettingValue(); $styles = 'style'; @endphp

{{ getAppName() }}

{{ $settingValue['hospital_address']['value'] }}

{{ __('messages.bill.patient_name') }}: James Bond
{{ __('messages.user.email') }}: JamesBond@gmail.com
{{ __('messages.user.phone') }}: 1234567890
{{ __('messages.user.dob') }}: 25/02/2006
{{ __('messages.user.blood_group') }}: A+
{{ __('messages.common.address') }}: D.No.1 Street name Address
{{ QrCode::generate('Make me into a QrCode!') }}
ABCDEFG