@extends('web.layouts.app') @section('title', __('services.seo_title') . " - " . $pageTitle) @section('keywords', __('homepage.keywords')) @section('description', __('homepage.description')) @section('wrapper-class', 'wp-page page-index') @section('services_active', 'active') @section($view . '_active', 'sub_active') @section('extended_head') @if (env('APP_ENV') == 'prod') @include('web.component.script.google_conversion') @endif {!! NoCaptcha::renderJs() !!} @endsection @section('content') @include('web.home.header_home')

{{ __($view . '.heading') }}

{{ __($view . '.text_lead') }}

{!! __($view . '.content') !!}

@if ($view == "custom_development_software")
@endif
@include('web.layouts.footer') @endsection @section('modals') @include('web.component.modal.request_price_modal') @include('web.component.modal.contact_flo_modal') @include('web.component.modal.thank_you_modal') @include('web.component.modal.info_modal') @endsection @push('scripts') @include('web.component.script.linkedin_conversion') @endpush