@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_3_page_items->service_status == 'Show')
@foreach($services->take($home_3_page_items->service_how_many) as $service) @php $num = str_pad($loop->iteration, 2, '0', STR_PAD_LEFT); @endphp
{{ $num }}

{{ $service->name }}

{!! str_replace(["

", "

"], ["", ""], clean(nl2br($service->short_description))) !!}
@endforeach
@endif @if($home_3_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_3_page_items->offer_status == 'Show')
{{ $offers->subheading }}

{{ $offers->heading }}

{!! str_replace(["

", "

"], ["", ""], clean(nl2br($offers->text))) !!}
{!! str_replace(["

", "

"], ["", ""], clean(nl2br($offers->tagline))) !!}
    @foreach($offer_elements as $item)
  • {{ $item->item }}
  • @endforeach
@endif @if($home_3_page_items->portfolio_status == 'Show')
{{ $home_3_page_items->portfolio_subheading }}

{!! str_replace(["

", "

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

{!! str_replace(["

", "

"], ["", ""], clean(nl2br($home_3_page_items->portfolio_text))) !!}
@endif @if($home_3_page_items->video_status == 'Show')
@endif @if($home_3_page_items->feature_status == 'Show')
{{ $feature_two_items->subheading }}

{{ $feature_two_items->heading }}

{!! str_replace(["

", "

"], ["", ""], clean(nl2br($feature_two_items->text))) !!}
    @foreach($feature_two_item_elements as $item)
  • {{ $item->name }}
  • @endforeach
@endif @if($home_3_page_items->call_to_action_status == 'Show')

{!! str_replace(["

", "

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

@endif @if($home_3_page_items->client_status == 'Show')
@endif @if($home_3_page_items->team_member_status == 'Show')
{{ $home_3_page_items->team_member_subheading }}

{!! str_replace(["

", "

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

@foreach($team_members->take($home_3_page_items->team_member_how_many) as $item)
{{ $item->designation }}

{{ $item->name }}

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

{!! str_replace(["

", "

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

@csrf
@if($global_setting->google_recaptcha_status == 'Show')
@endif
@endif @endsection