@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_2_page_items->service_status == 'Show')
{{ $home_2_page_items->service_subheading }}

{!! str_replace(["

", "

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

@foreach($services->take($home_2_page_items->service_how_many) as $service)
{!! str_replace(["

", "

"], ["", ""], clean(nl2br($service->short_description))) !!}
@endforeach
@endif @if($home_2_page_items->marquee_status == 'Show')
@foreach($marquees as $item)
{{ $item->item }}
@endforeach
@endif @if($home_2_page_items->welcome_status == 'Show')
{{ $welcome_two_items->subheading }}

{{ $welcome_two_items->heading }}

{!! str_replace(["

", "

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

", "

"], ["", ""], clean(nl2br($item->text))) !!}
@endforeach
@foreach($welcome_two_item_skills as $item)
{{ $item->name }}
0%
@endforeach
{{ $welcome_two_items->experience_year }}
{{ __('Work Experience') }}
@endif @if($home_2_page_items->portfolio_status == 'Show')
{{ $home_2_page_items->portfolio_subheading }}

{!! str_replace(["

", "

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

@foreach($portfolios->take($home_2_page_items->portfolio_how_many) as $portfolio) @endforeach
@endif @if($home_2_page_items->why_choose_status == 'Show')
{{ $why_choose_two_items->subheading }}

{{ $why_choose_two_items->heading }}

@foreach($why_choose_two_item_elements as $item)
{!! str_replace(["

", "

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

", "

"], ["", ""], clean(nl2br($why_choose_two_items->photo_over_text))) !!}
{{ $why_choose_two_items->photo_over_heading }}
@endif @if($home_2_page_items->testimonial_status == 'Show')
{{ $home_2_page_items->testimonial_subheading }}

{!! str_replace(["

", "

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

{!! str_replace(["

", "

"], ["", ""], clean(nl2br($home_2_page_items->testimonial_text))) !!}
@endif @if($home_2_page_items->team_member_status == 'Show')
{{ $home_2_page_items->team_member_subheading }}

{!! str_replace(["

", "

"], ["", ""], clean(nl2br($home_2_page_items->team_member_heading))) !!}

@foreach($team_members->take($home_2_page_items->team_member_how_many) as $item)

{{ $item->name }}

{{ $item->designation }}
@endforeach
@endif @if($home_2_page_items->client_status == 'Show')
@endif @if($home_2_page_items->contact_status == 'Show')
{{ $home_2_page_items->contact_subheading }}

{!! str_replace(["

", "

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

@csrf
@if($global_setting->google_recaptcha_status == 'Show')
@endif
@endif @if($home_2_page_items->blog_status == 'Show')
{{ $home_2_page_items->blog_subheading }}

{!! str_replace(["

", "

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

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

{{ $post->title }}

{{ __('Read More') }}
@endforeach
@endif @if($home_2_page_items->map_status == 'Show') @if($global_setting->map != '')
{!! $global_setting->map !!}
@endif @endif @endsection