@extends('layouts.default') @section('title'){{ trans('types.' . $type . '.maintitle') }}@stop @section('description'){{ trans('types.' . $type . '.desc') }}@stop @section('canonical'){{ request()->url() }}@stop @section('styles') @stop @section('content')

{{ trans('types.subheading') }}

{{ trans('types.' . $service . '.heading') . '' . trans('types.' . $type . '.title') }}

Arrow

{{ trans('types.' . $type . '.banner_text_1') }}

{{ trans('types.banner_text_2') }}

{{ trans('types.' . $service . '.sales_process') }}

    @lang('types.sales_process_text')
{{ trans('types.' . $service . '.phase_1') }}

{{ trans('types.' . $service . '.phase_1_text') }}

@lang('types.' . $service . '.phase_1_content')

{{ trans('types.' . $service . '.phase_2') }}

{{ trans('types.' . $service . '.phase_2_text') }}

@lang('types.' . $service . '.phase_2_content')

{{ trans('types.' . $service . '.phase_3') }}

{{ trans('types.' . $service . '.phase_3_text') }}

@lang('types.' . $service . '.phase_3_content')

{{ trans('types.' . $service . '.phase_4') }}

{{ trans('types.' . $service . '.phase_4_text') }}

@lang('types.' . $service . '.phase_4_content')

{{ trans('types.' . $service . '.phase_5') }}

{{ trans('types.' . $service . '.phase_5_text') }}

@lang('types.' . $service . '.phase_5_content')

{{ trans('types.' . $service . '.phase_6') }}

{{ trans('types.' . $service . '.phase_6_text') }}

@lang('types.' . $service . '.phase_6_content')

{{ trans('home.highlight_text') }}

video_icon

{{ trans('home.tab_title_1') }}

@lang('home.tab_content_1')

{{ trans('home.tab_title_2') }}

@lang('home.tab_content_2')

{{ trans('home.tab_title_3') }}

@lang('home.tab_content_3')

{{ trans('home.tab_title_4') }}

@lang('home.tab_content_4')
@if ($type !== 'terrain' && $type !== 'louez_terrain')

@lang('types.' . $type . '.price_title')

{{ trans('types.' . $type . '.price_text') }}

    @lang('types.' . $type . '.price_content')

{{ trans('types.' . $type . '.price_commitment') }}

{{ trans('types.' . $type . '.price_commitment_text_1') }}

{{ trans('types.' . $type . '.price_commitment_text_2') }}

@endif
@if ($type !== 'louez_terrain')

{{ trans('types.our_sucess') }}

@foreach ($estates as $estate)
  • @if ($type !== 'terrain') {{ $name }} à @endif @if (isset($estate['city'])) {{ $estate['city'] }} @endif

  • @if (isset($estate['rooms']))

    @if ($estate['rooms'] == 1) {{ $estate['rooms'] }} {{ trans('types.room') }} @elseif($estate['rooms'] > 1) {{ $estate['rooms'] }} {{ trans('types.rooms') }} @else{{ $estate['rooms'] }} @endif

    @endif @if (isset($estate['area']))

    {{ $estate['area'] }}m²

    @endif
  • @if (isset($estate['garden']) && $estate['garden'] > 0)

    {{ trans('types.garden') }}

    @endif @if (isset($estate['parking']) && $estate['parking'] > 0)

    {{ trans('types.parking') }}

    @endif @if (isset($estate['terrasse']) && $estate['terrasse'] > 0)

    {{ trans('types.terrase') }}

    @endif @if (isset($estate['garage']) && $estate['garage'] > 0)

    {{ trans('types.garage') }}

    @endif @if (isset($estate['duplex']) && $estate['duplex'] > 0)

    {{ trans('types.duplex') }}

    @endif
@endforeach
@endif

@lang('types.contact_sec')

@lang('types.contact_btn')

{{ trans('types.contact_btn_block') }} !

@lang('types.commitment')

@include('popups.video_popup') @stop @section('scripts') @stop