@extends('layouts.medium') @section('header') @include('inc.banner_top') @endsection @section('content')

Tu decizi ordinea completării testelor – introdu codul de acces și dă click pe "Începe"!

@component('components.test-form', array( 'test' => 'IST', 'motto' => 'CE POȚI SĂ FACI?', 'title' => 'Testul de inteligenta
(IST)', 'image' => '../images/pm1_small.png', 'wrapper_class' => 'border-bottom border-md-bottom-0', 'input_class' => 'col-sm-6 col-md-10' )) @endcomponent
@component('components.test-form', array( 'test' => 'BFQ', 'motto' => 'CUM ÎȚI PLACE SĂ FACI?', 'title' => 'Testul de personalitate
(BFQ)', 'image' => '../images/pm2_small.png', 'wrapper_class' => 'border-bottom border-md-bottom-0', 'input_class' => 'col-sm-6 col-md-10 border-md-bottom-0' )) @endcomponent
@component('components.test-form', array( 'test' => 'SDS', 'motto' => 'CE ÎȚI PLACE SĂ FACI?', 'title' => 'Testul de interese
(SDS)', 'image' => '../images/pm3_small.png', 'input_class' => 'col-sm-6 col-md-10' )) @endcomponent
@endsection