@version(2) @load('css/skin.css')
@if (trim($module_info->hr_board_title ?? '') !== '')

{{ $module_info->hr_board_title }}

@if (trim($module_info->hr_board_desc ?? '') !== '')

{{ $module_info->hr_board_desc }}

@endif
@endif @if (!empty($m) && !empty($module_info->mobile_header_text))
{!! $module_info->mobile_header_text !!}
@elseif (!empty($module_info->header_text))
{!! $module_info->header_text !!}
@endif