@version(2)
@load('css/recruit.css')
@php
use Zittme\Modules\Recruit\Models\Job;
$rc_c = $recruit_company;
$rc_title = $rc_c->name;
$rc_lead = $rc_c->tagline;
$rc_facts = [['업종', $rc_c->industry], ['규모', $rc_c->size_text], ['설립', $rc_c->founded], ['주소', $rc_c->address]];
@endphp
@if ($rc_c->cover_url)

@endif
@if (trim((string)$rc_c->intro) !== '')
회사 소개
{!! nl2br(escape($rc_c->intro)) !!}
@endif
@foreach ($rc_facts as $rc_f)
@if ($rc_f[1])- {{ $rc_f[0] }}
- {{ $rc_f[1] }}
@endif
@endforeach
@if ($rc_c->homepage)@endif
@if (!empty($benefit_groups))
복리후생
@php $rc_bf_compact = true; @endphp
@endif
@if (!empty($open_jobs))
@endif