@extends('components.quiz.layouts.default', ['title' => "Taille souhaitée"]) @section('quiz.content')
@if ($client_type == "professionnel") Le box en image $box_size != "XS"])> Le box en image $box_size != "S"])> Le box en image $box_size != "M" && $box_size != null])> Le box en image $box_size != "L"])> Le box en image $box_size != "XL"])> @else Le box en image $box_size != "XS"])> Le box en image $box_size != "S"])> Le box en image $box_size != "M" && $box_size != null])> Le box en image $box_size != "L"])> Le box en image $box_size != "XL"])> @endif
@include('components.quiz.public.loading.blocks-spinner')

1m² à 2m²

3m² à 4m²

5m² à 7m²

8m² à 12m²

12m² et +

@if (null != $text = (\App\Models\Text::where('identifier', "box_size_xs_$client_type")->first()?->value ?? null))
$box_size != "XS" ])> {!! nl2br($text) !!}
@endif @if (null != $text = (\App\Models\Text::where('identifier', "box_size_s_$client_type")->first()?->value ?? null))
$box_size != "S" ])> {!! nl2br($text) !!}
@endif @if (null != $text = (\App\Models\Text::where('identifier', "box_size_m_$client_type")->first()?->value ?? null))
$box_size != "M" && $box_size != null ])> {!! nl2br($text) !!}
@endif @if (null != $text = (\App\Models\Text::where('identifier', "box_size_l_$client_type")->first()?->value ?? null))
$box_size != "L" ])> {!! nl2br($text) !!}
@endif @if (null != $text = (\App\Models\Text::where('identifier', "box_size_xl_$client_type")->first()?->value ?? null))
$box_size != "XL" ])> {!! nl2br($text) !!}
@endif

Quelle est la surface d'habitation à déménager?

@csrf @include('components.quiz.public.forms.inputs.default', [ 'id' => "surface", 'wireModel' => "surface", 'type' => 'number', 'step' => 1, 'max' => 300 ]) @include('components.quiz.public.forms.inputs.checkbox', [ 'id' => "withCave", 'wireModel' => "withCave", "label" => "Il y a une cave à déménager ?" ]) @include('components.quiz.public.forms.inputs.checkbox', [ 'id' => "withGarage", 'wireModel' => "withGarage", "label" => "Il y a un garage à déménager ?" ])
@if (null != $surface && 0 < $surface)

Lockit vous recommande :

{{ $recommendedBoxName }} - {{ self::BOX_SIZES[$recommendedBoxName ?? ""] }}

@foreach ($recommendedBoxSizes as $boxSize) @if ($boxSize['recommended'])
1 >= collect($recommendedBoxSizes)->reduce(function ($carry, $element) { return ($carry + $element['recommended']); }) ])>

{{ $boxSize['name'] }}

{{ self::BOX_SIZES[$boxSize['name'] ?? ""] }}

@endif @endforeach
@endif
@overwrite @push('page.scripts') @endpush