@extends('layout.front')
@section('title', 'Krojač Biznis | Dobrodošli')
@section('html-class', 'class=footer-without-top-footer')
@section('content')
@include('front-inc._header-account')
@include('front.hr.partials.welcome._left-side')
@include('front.hr.partials.welcome._right-side')
@include('front-inc._footer')
@endsection
@section('add-scripts')
@parent
@endsection