About Us Detail

{!! Form::label('about_us_title', 'About Us Title', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::text('about_us_title', null, ['class' => 'form-control','placeholder'=>'Enter About Us Title']) !!}
{!! Form::label('about_us_description', 'About Us Description', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::textarea('about_us_description', null, ['class' => 'form-control', 'id' => 'editor1','placeholder'=>'Enter About Us Description']) !!}
{!! Form::label('about_us_button_title', 'About Us Button Title', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::text('about_us_button_title', null, ['class' => 'form-control','placeholder'=>'Enter About Us Button Title']) !!}
{!! Form::label('about_us_image', 'About Us Image', ['class' => 'col-sm-3 col-form-label','placeholder'=>'Enter About Us Image']) !!}
{!! Form::file('about_us_image', ['class' => 'form-control']) !!}

Specialist Detail

{!! Form::label('specialist_title', 'Specialist Title', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::text('specialist_title', null, ['class' => 'form-control','placeholder'=>'Enter Specialist Title']) !!}
{!! Form::label('specialist_description', 'Specialist Description', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::textarea('specialist_description', null, ['class' => 'form-control', 'id' => 'editor2','placeholder'=>'Enter Specialist Description']) !!}

Doctor Detail

{!! Form::label('doctor_title', 'Doctor Title', ['class' => 'col-sm-3 col-form-label']) !!}

{!! Form::text('doctor_title', null, ['class' => 'form-control','placeholder'=>'Enter Doctor Title']) !!}

{!! Form::label('doctor_heading', 'Doctor Heading', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::text('doctor_heading', null, ['class' => 'form-control','placeholder'=>'Enter Doctor Heading']) !!}

Testimonial Details

{!! Form::label('testimonial_title', 'Testimonial Title', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::text('testimonial_title', null, ['class' => 'form-control','placeholder'=>'Enter Testimonial Title']) !!}
{!! Form::label('testimonial_heading', 'Testimonial Heading', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::text('testimonial_heading', null, ['class' => 'form-control','placeholder'=>'Enter Testimonial Heading']) !!}

Blog Detail

{!! Form::label('blog_title', 'Blog Title', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::text('blog_title', null, ['class' => 'form-control','placeholder'=>'Enter Blog Title']) !!}
{!! Form::label('blog_heading', 'Blog Heading', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::text('blog_heading', null, ['class' => 'form-control','placeholder'=>'Enter Blog Heading']) !!}

Short Detail

{!! Form::label('emergency_contact_number', 'Emergency Contact Number', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::text('emergency_contact_number', null, ['class' => 'form-control','placeholder'=>'Enter Emergency Contact Number']) !!}
{!! Form::label('emergency_contact_email', 'Emergency Contact Email', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::email('emergency_contact_email', null, ['class' => 'form-control','placeholder'=>'Enter Emergency Contact Email']) !!}
{!! Form::label('first_short_section_image', 'Emergency Contact image', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::file('first_short_section_image', ['class' => 'form-control']) !!}
{!! Form::label('request_appointment_detail', 'Request Appointment Detail', [ 'class' => 'col-sm-3 col-form-label', ]) !!}
{!! Form::textarea('request_appointment_detail', null, ['class' => 'form-control', 'size' => '2x3','placeholder' => 'Enter Request Appointment Detail']) !!}
{!! Form::label('third_short_section_image', 'Request Appointment Detail image', [ 'class' => 'col-sm-3 col-form-label', ]) !!}
{!! Form::file('third_short_section_image', ['class' => 'form-control','placeholder' => 'Enter Request Appointment Detail Image']) !!}
{!! Form::label('doctor_detail', 'Doctor Detail', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::textarea('doctor_detail', null, ['class' => 'form-control', 'size' => '2x3','placeholder' => 'Enter Doctor Detail']) !!}
{!! Form::label('health_package_detail', 'Health Package Detail', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::textarea('health_package_detail', null, ['class' => 'form-control', 'size' => '2x3','placeholder' => 'Enter Health Package Detail']) !!}
{!! Form::label('fifth_short_section_image', 'Health Package Detail Image', [ 'class' => 'col-sm-3 col-form-label', ]) !!}
{!! Form::file('fifth_short_section_image', ['class' => 'form-control','placeholder' => 'Enter Health Package Detail Image']) !!}

Testimonial (Counter) Detail

{!! Form::label('detail_heading', 'Details Heading', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::text('detail_heading', null, ['class' => 'form-control','placeholder' => 'Enter Details Heading']) !!}
{!! Form::label('happy_patients', 'Happy Patients', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::number('happy_patients', null, ['class' => 'form-control','placeholder' => 'Enter Happy Patients']) !!}
{!! Form::label('surgeries_performed', 'Surgeries Performed', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::number('surgeries_performed', null, ['class' => 'form-control','placeholder' => 'Enter Surgeries Performed']) !!}
{!! Form::label('percentage_of_excellence', 'Percentage of Excellence', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::number('percentage_of_excellence', null, [ 'class' => 'form-control', 'min' => 0, 'max' => 100, 'step' => '0.01', 'placeholder' => 'Enter Percentage of Excellence', ]) !!}
{!! Form::label('percentage_of_satisfaction_rate', 'Percentage of Satisfaction Rate', [ 'class' => 'col-sm-3 col-form-label', ]) !!}
{!! Form::text('percentage_of_satisfaction_rate', null, [ 'class' => 'form-control', // 'min' => 0, // 'max' => 100, // 'step' => '0.01', 'placeholder' => 'Enter Percentage of Satisfaction Rate', ]) !!}
{{--
{!! Form::label('expert_doctors', 'Expert Doctors', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::number('expert_doctors', null, ['class' => 'form-control']) !!}
{!! Form::label('critical_care_beds', 'Critical Care Beds', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::number('critical_care_beds', null, ['class' => 'form-control']) !!}
{!! Form::label('cardiac_command_centre', 'Cardiac Command Centre', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::number('cardiac_command_centre', null, ['class' => 'form-control']) !!}
{!! Form::label('health_departments', 'Health Departments', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::number('health_departments', null, ['class' => 'form-control']) !!}
--}}

Why Choose Us

{!! Form::label('why_choose_us_title', 'Title', ['class' => 'col-sm-3 col-form-label']) !!}

{!! Form::text('why_choose_us_title', null, ['class' => 'form-control','placeholder' => 'Enter Title']) !!}

{!! Form::label('why_choose_us_heading', 'Heading', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::text('why_choose_us_heading', null, ['class' => 'form-control','placeholder' => 'Enter Heading']) !!}
{!! Form::label('step1_title', 'Step1 Title', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::text('step1_title', null, ['class' => 'form-control','placeholder' => 'Enter Step1 Title']) !!}
{!! Form::label('step1_description', 'Step1 Description', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::textarea('step1_description', null, ['class' => 'form-control', 'size' => '2x3','placeholder' => 'Enter Step1 Description']) !!}
{!! Form::label('step2_title', 'Step2 Title', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::text('step2_title', null, ['class' => 'form-control','placeholder' => 'Enter Step2 Title']) !!}
{!! Form::label('step2_description', 'Step2 Description', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::textarea('step2_description', null, ['class' => 'form-control', 'size' => '2x3','placeholder' => 'Enter Step2 Description']) !!}
{!! Form::label('step3_title', 'Step3 Title', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::text('step3_title', null, ['class' => 'form-control','placeholder' => 'Enter Step3 Title']) !!}
{!! Form::label('step3_description', 'Step3 Description', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::textarea('step3_description', null, ['class' => 'form-control', 'size' => '2x3','placeholder' => 'Enter Step3 Description']) !!}
{!! Form::label('step4_title', 'Step4 Title', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::text('step4_title', null, ['class' => 'form-control','placeholder' => 'Enter Step4 Title']) !!}
{!! Form::label('step4_description', 'Step4 Description', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::textarea('step4_description', null, ['class' => 'form-control', 'size' => '2x3','placeholder' => 'Enter Step4 Description']) !!}
{!! Form::label('step5_title', 'Step5 Title', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::text('step5_title', null, ['class' => 'form-control','placeholder' => 'Enter Step5 Title']) !!}
{!! Form::label('step5_description', 'Step5 Description', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::textarea('step5_description', null, ['class' => 'form-control', 'size' => '2x3','placeholder' => 'Enter Step5 Description']) !!}
{!! Form::label('step6_title', 'Step6 Title', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::text('step6_title', null, ['class' => 'form-control','placeholder' => 'Enter Step6 Title']) !!}
{!! Form::label('step6_description', 'Step6 Description', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::textarea('step6_description', null, ['class' => 'form-control', 'size' => '2x3','placeholder' => 'Enter Step6 Description']) !!}

Services Detail

{!! Form::label('service_title', 'Title', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::text('service_title', null, ['class' => 'form-control','placeholder' => 'Enter Title']) !!}
{!! Form::label('service_image', 'Image', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::file('service_image', ['class' => 'form-control','placeholder' => 'Enter Service Image']) !!}
{!! Form::label('service_description', 'Description', ['class' => 'col-sm-3 col-form-label']) !!}
{!! Form::textarea('service_description', null, ['class' => 'form-control', 'size' => '2x3', 'id' => 'editor3','placeholder' => 'Enter Service Description']) !!}