@extends('frontend.main_master') @section('main') @section('title', 'Tamil Maruthuvam | Home') @section('description', 'Baby Names Tamil provide tamil baby boy names and girl names with meaning. modern tamil baby names, muslim tamil baby names, christian tamil baby names.') @section('og_title', 'Tamil Baby Boy and Girl Names with Meaning | Baby Names Tamil') @section('og_description', 'Baby Names Tamil provide tamil baby boy names and girl names with meaning. modern tamil baby names, muslim tamil baby names, christian tamil baby names.') @section('og_image', asset('frontend/assets/images/baby-home.png'))

{{ ucwords($Article->tamil_title) }}

By {{ ucwords($Article->post_author) }} | Published on {{ date('d M Y', strtotime($Article->post_date)) }}

{{ $Article->english_title }}

Medicine Type: {{ ucwords($Article->medicine_type) }}
Medicine Used for: {{ ucwords($Article->medicine_used_for) }}

{{ $Article->medicine_description_tamil }}

{!! $Article->medicine_content !!}

அடிக்கடி கேட்கப்படும் கேள்விகள்

@if($Article->faq_question_1 != '')

{{ $Article->faq_answer_1 }}

@endif @if($Article->faq_question_2 != '')

{{ $Article->faq_answer_2 }}

@endif @if($Article->faq_question_3 != '')

{{ $Article->faq_answer_3 }}

@endif @if($Article->faq_question_4 != '')

{{ $Article->faq_answer_4 }}

@endif @if($Article->faq_question_5 != '')

{{ $Article->faq_answer_5 }}

@endif @if($Article->faq_question_6 != '')

{{ $Article->faq_answer_6 }}

@endif @if($Article->faq_question_7 != '')

{{ $Article->faq_answer_7 }}

@endif
@include('frontend.body.archive_sidebar')
@endsection