{{ Form::label('template_name', __('messages.smart_patient_card.templat_name').':', ['class' => 'form-label required']) }} {{ Form::text('template_name', isset($smart_patient_cards) ? $smart_patient_cards->template_name : null, ['class' => 'form-control', 'id' => 'template_name', 'placeholder' => __('messages.smart_patient_card.enter_template_name'), 'required']) }}
{{ Form::label('header_color', __('messages.smart_patient_card.header_color').':', ['class' => 'form-label required']) }}
{{ Form::color('header_color', isset($smart_patient_cards) ? $smart_patient_cards->header_color : null, ['class' => '', 'id' => 'header_color', 'placeholder' => '', 'required']) }}
show_email == 1 ? 'checked' : '' }} {{ !isset($smart_patient_cards) ? 'checked' : '' }} class="form-check-input" type="checkbox" id="card_show_email_switch">
show_phone == 1 ? 'checked' : '' }} {{ !isset($smart_patient_cards) ? 'checked' : '' }} class="form-check-input" type="checkbox" id="card_show_phone_switch" >
show_dob == 1 ? 'checked' : '' }} {{ !isset($smart_patient_cards) ? 'checked' : '' }} class="form-check-input" type="checkbox" id="card_show_dob_switch" >
show_blood_group == 1 ? 'checked' : '' }} {{ !isset($smart_patient_cards) ? 'checked' : '' }} class="form-check-input" type="checkbox" id="card_show_blood_group_switch" >
show_address == 1 ? 'checked' : '' }} {{ !isset($smart_patient_cards) ? 'checked' : '' }} class="form-check-input" type="checkbox" id="card_show_address_switch" >
show_patient_unique_id == 1 ? 'checked' : '' }} {{ !isset($smart_patient_cards) ? 'checked' : '' }} class="form-check-input" type="checkbox" id="card_show_patient_unique_id_switch" >
{{ Form::submit(__('messages.common.save'), ['class' => 'btn btn-primary me-2']) }} {{ __('messages.common.discard') }}

{{ $clinic_name }}

{{$address_one}}

profile-img
{{__('messages.web.patient_name').':'}} James Bond
{{__('messages.web.email').':'}} example@gmail.com
{{__('messages.web.contact').':'}} 1234567890
{{__('messages.patient.dob').':'}} 25/02/2006
{{__('messages.patient.blood_group').':'}} A+
{{__('messages.setting.address').':'}}
D.No.1 Street name Address line 2 line 3
{{__('messages.id').':'}}1001