@include('layouts.front_commonhead', ['title' => '' . __('sistema.home_page_title')]) @yield('customcss')
@if($themeSettings->menu_orientation == 'horizontal')
@include('layouts.front_horizontal_menu')
@yield('pagecontent')
@else
@include('layouts.topbar') @include('layouts.front_sidebar')
@yield('pagecontent')
@endif

@lang('frontsistema.right_servives.services')

@lang('frontsistema.right_servives.services')

@lang('frontsistema.right_servives.process_in_progress') @lang('frontsistema.right_servives.document_delivery') @lang('frontsistema.right_servives.high_accont') @lang('frontsistema.right_servives.low_accont') @lang('frontsistema.right_servives.change_custody') @lang('frontsistema.right_servives.contact')
@include('layouts.commonjs') @yield('customjs')