@extends('client.layout.master') @php use App\Models\Translation; $locale = app()->getLocale(); @endphp @section('title', Translation::getValue('technical_services', $locale)) @section('content')

{{$icons->getIconTitle(1, $locale)}}

{{$icons->getIconTitle(2, $locale)}}

{{$icons->getIconTitle(3, $locale)}}

{{$icons->getIconTitle(4, $locale)}}

{{ $faqSection->getTitle($locale) }}

{{ $faqSection->getDescription($locale) }}
  • {{ $faqSection->getFeatureTitle(1, $locale) }}

    {{ $faqSection->getFeatureText(1, $locale) }}

  • {{ $faqSection->getFeatureTitle(2, $locale) }}

    {{ $faqSection->getFeatureText(2, $locale) }}

  • {{ $faqSection->getFeatureTitle(3, $locale) }}

    {{ $faqSection->getFeatureText(3, $locale) }}

{{Translation::getValue('support_resources_title', $locale)}}

{{ $supportResourcesSection->getItemTitle(1, $locale) }}

{{ $supportResourcesSection->getItemTitle(2, $locale) }}

{{ $supportResourcesSection->getItemTitle(3, $locale) }}

{{ $ourServicesSection->getTitle($locale) }}

{{ $ourServicesSection->getDescription($locale) }}

{{ $ourServicesSection->getServiceTitle($locale, 1) }}

{{ $ourServicesSection->getServiceText($locale, 1) }}

{{ $ourServicesSection->getServiceTitle($locale, 2) }}

{{ $ourServicesSection->getServiceText($locale, 2) }}

{{ $ourServicesSection->getServiceTitle($locale, 3) }}

{{ $ourServicesSection->getServiceText($locale, 3) }}
@if($productVideoSection) @endif

{{Translation::getValue('why_bamoone_testimonials_title', $locale)}}

{{-- SECTION TITLE --}} @if($shopSection)

{{ $shopSection->getTitle($locale) }}

{{ $shopSection->getDescription($locale) }}
@endif {{-- FILTER BUTTONS --}}
  • {{ Translation::getValue('all_products', $locale) }}
  • @foreach($categories as $category)
  • {{ $category->{'name_'.$locale} ?? $category->name_az }}
  • @endforeach
{{-- PRODUCTS GRID --}}
@foreach($products as $product)

{{ $product->{'name_'.$locale} ?? $product->name_az }}

${{ number_format($product->price, 2) }}
@endforeach

{{$installationSection->getTitle($locale)}}

{{$installationSection->getDescription($locale)}}
@foreach($installationSection->steps as $step)

{{ $step->getTitle($locale) }}

{{ $step->getDescription($locale) }}
@endforeach

{{Translation::getValue('brave_person',$locale)}}

{{Translation::getValue('brave_person_desc',$locale)}}

@if($servicePackageSection)
{{-- SECTION TITLE --}}

{{ $servicePackageSection->getTitle($locale) }}

{{ $servicePackageSection->getSubtitle($locale) }}
{{-- NOTES --}}

{{ $servicePackageSection->getNote($locale) }}

{{ $servicePackageSection->getRemoteNote($locale) }}

@foreach($servicePackageSection->packages as $package) @endforeach
@endif @include('components.client') @endsection @push('scripts') @endpush