@extends('landing.layouts.app') @push('prepend-style') @endpush @section('content') @include('landing.includes.loading') @include('landing.includes.navbar')
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

--}} {{-- {{ __('landing.hero.title_1') }}--}} {{--

--}} {{--

--}} {{-- {{ __('landing.hero.subtitle_1') }}--}} {{--

--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

--}} {{-- {{ __('landing.hero.title_2') }}--}} {{--

--}} {{--

--}} {{-- {{ __('landing.hero.subtitle_2') }}--}} {{--

--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- @foreach($banners as $banner)--}} {{-- @if($banner->position_content == 'left')--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

{{ $banner->title }}

--}} {{--

{{ $banner->description }}

--}} {{--
--}} {{-- {{ $banner->button_title }}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- @elseif($banner->position_content == 'center')--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

{{ $banner->title }}

--}} {{--

{{ $banner->description }}

--}} {{--
--}} {{-- {{ $banner->button_title }}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- @else--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

{{ $banner->title }}

--}} {{--

{{ $banner->description }}

--}} {{--
--}} {{-- {{ $banner->button_title }}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- @endif--}} {{-- @endforeach--}} {{-- --}} {{-- --}} {{-- --}}
{{ __('landing.partner.title') }}
@foreach($partners as $partner)
@endforeach
{{ $generalSettings->brand_name }}

{!! __('landing.about.title_1') !!} {!! __('landing.about.title_2') !!}

{{ __('landing.about.description') }}

{{ __('landing.service.text') }}

{{ __('landing.service.title') }}

{{ __('landing.service.subtitle') }}

@foreach($services as $service)
{{ $service->title }}

{{ $service->description }}

@endforeach

{{ __('landing.service.latest_project_title') }}

{{ __('landing.service.latest_project_description') }}

@foreach($projects as $project)
work-image
{{ $project->title }}

{{ $project->description }}

@endforeach
{{ __('landing.testimonial.text') }}

{!! __('landing.testimonial.title') !!}

{{ __('landing.testimonial.subtitle') }}

@foreach($testimonials as $testimonial)

" {{ $testimonial->review }} "

{{ $testimonial->name }}
{{ $testimonial->position }} at {{ $testimonial->company }}
@endforeach
{{ __('landing.information.news') }}

{!! __('landing.information.title') !!}

{{ __('landing.information.subtitle') }}

@foreach($blogs as $blog) @endforeach
{{ __('landing.nav.contact') }}

{{ __('landing.contact.have_question') }}

{{ __('landing.contact.tell_us') }}

@include('landing.includes.footer_short') @include('landing.includes.cookie_popup') @include('landing.includes.whatsapp') @include('landing.includes.phone') @include('landing.includes.back_to_top') @include('landing.includes.switcher') @endsection @push('prepend-script') @endpush