@extends('front.layouts.master') @section('seo_title', $global_setting->home_seo_title) @section('seo_meta_description', $global_setting->home_seo_meta_description) @section('content') @if($home_1_page_items->service_on_slider_status == 'Show')
@foreach($services->take($home_1_page_items->service_on_slider_how_many) as $service)
{{ $service->name }}
{!! str_replace(["

", "

"], ["", ""], clean(nl2br($service->short_description))) !!}
@endforeach
@endif

Join Freedom From Smoking

Get Started Today
@if($home_1_page_items->welcome_status == 'Show')
{{ $welcome_one_items->subheading }}
{!! str_replace(["

", "

"], ["", ""], clean(nl2br($welcome_one_items->text))) !!}
@foreach($welcome_one_item_elements as $item)
{{ $item->heading }}
{!! str_replace(["

", "

"], ["", ""], clean(nl2br($item->text))) !!}
@endforeach

{{ $welcome_one_items->heading }}

@endif @if($home_1_page_items->video_one_status == 'Show')

{{ $video_one_items->heading }}

@endif @if($home_1_page_items->fun_fact_status == 'Show')
{{ $fun_facts->subheading }}

{{ $fun_facts->heading }}

{!! str_replace(["

", "

"], ["", ""], clean(nl2br($fun_facts->text))) !!}
  • 1. Twenty minutes after quitting smoking, your heart rate and blood pressure drop.
  • 2. Two to three weeks after quitting, your circulation improves and your lung function increases.
  • 3. One to nine months after quitting, coughing and shortness of breath decrease.
  • 4. One year after quitting, your risk for coronary heart disease and heart attacks decrease.
  • 5. Five years after quitting, the chances of cancers of the throat, mouth, esophagus and bladder are cut in half.
@foreach($fun_fact_elements as $item)
0
{{ $item->name }}
@endforeach
@endif @if($home_1_page_items->portfolio_status == 'Show')
{{ $home_1_page_items->portfolio_subheading }}

{!! str_replace(["

", "

"], ["", ""], clean(nl2br($home_1_page_items->portfolio_heading))) !!}

@endif @if($home_1_page_items->contact_status == 'Show')
{{ $home_1_page_items->contact_subheading }}

{!! str_replace(["

", "

"], ["", ""], clean(nl2br($home_1_page_items->contact_heading))) !!}

@csrf
@if($global_setting->google_recaptcha_status == 'Show')
@endif
@endif @if($home_1_page_items->blog_status == 'Show')
@foreach($posts->take($home_1_page_items->blog_how_many) as $post) @endforeach
@endif @if($home_1_page_items->video_two_status == 'Show')

{!! str_replace(["

", "

"], ["", ""], clean(nl2br($video_two_items->heading))) !!}

@endif @if($home_1_page_items->feature_status == 'Show')

{!! str_replace(["

", "

"], ["", ""], clean(nl2br($feature_one_items->text))) !!}

@foreach($feature_one_item_elements as $item)
1. Set a quit date.
2. Tell your friends and family about your quit plan (and ask them for support you with a daily call, email or text message).
3. Prepare yourself for the challenges and anticipate cravings. (Write down ways to cope without using tobacco.)
4. Remove cigarettes and tobacco from your car, workplace and home and throw away your cigarettes, chew, lighters and ashtrays. (Old cigarette and chew odors can cause cravings.)
5. Talk to your doctor, pharmacist or a quit-line coach about patches, gum or other medications that can help you quit.
{!! str_replace(["

", "

"], ["", ""], clean(nl2br($item->text))) !!}
@endforeach
@endif @if($home_1_page_items->testimonial_status == 'Show')
{{ $home_1_page_items->testimonial_subheading }}

{!! str_replace(["

", "

"], ["", ""], clean(nl2br($home_1_page_items->testimonial_heading))) !!}

{!! str_replace(["

", "

"], ["", ""], clean(nl2br($home_1_page_items->testimonial_text))) !!}
@endif @if($home_1_page_items->why_choose_status == 'Show')
{{ $why_choose_one_items->subheading }}

{{ $why_choose_one_items->heading }}

{!! str_replace(["

", "

"], ["", ""], clean(nl2br($why_choose_one_items->text))) !!}
Learn more
@foreach($why_choose_one_item_elements as $item)
{!! str_replace(["

", "

"], ["", ""], clean(nl2br($item->heading))) !!}
@endforeach
@endif @if($home_1_page_items->client_status == 'Show')
@endif @endsection