@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 @if($home_1_page_items->welcome_status == 'Show')
{{ $welcome_one_items->subheading }}

{{ $welcome_one_items->heading }}

{!! 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->button_text }}
@endif @if($home_1_page_items->service_status == 'Show')
{{ $home_1_page_items->service_subheading }}

{!! str_replace(["

", "

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

@foreach($services->take($home_1_page_items->service_how_many) as $service)
{{ $service->name }}
{{ $service->name }}
{!! clean(nl2br($service->short_description)) !!}
{{ __('Read More') }}
@endforeach
@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))) !!}
@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')
{{ $home_1_page_items->blog_subheading }}

{!! str_replace(["

", "

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

@foreach($posts->take($home_1_page_items->blog_how_many) as $post)
{{ $post->created_at->format('d M, Y') }}

{{ $post->title }}

{{ __('Read More') }}
@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)
{{ $item->heading }}
{!! 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))) !!}
@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