@extends('frontend.main.main') @section('content')
@include('frontend.partials.blocks.title-text') @include('frontend.partials.question-three.workers-salaries-revenue') @include('frontend.partials.blocks.article-video', ['article' => $articles->shift()]) @include('frontend.partials.question-three.salary-month-evolution') @include('frontend.partials.blocks.article-quote-video-right', ['article'=>$articles->shift()]) @include('frontend.partials.blocks.article-quote-video-fullwidth', ['article'=>$articles->shift()]) @include('frontend.partials.question-three.salary-step') {{--@include('frontend.partials.question-three.salary-evolution-charts')--}} @include('frontend.partials.blocks.article-quote-image-fullwidth', ['article'=>$articles->shift()]) @include('frontend.partials.question-three.answers-drawer', ['qaBlock' => $qaBlocks->shift()])
@stop @section('scripts') @stop