@extends('layouts.user.frame') @section('title', $company['company']->name . ' - ' . $job_catalog->job_name . ' - ') @section('description', $company['company']->name . ' - ' . $job_catalog->job_name . ' - ' . $job_catalog->description . '(求人検索メディア「KIYOSUのしごと」)') @section('id', 'search_company') @section('class', 'recruitment ' . (!$job_catalog->is_published ? 'recruitment_stop' : (!empty($urgent) && $urgent->is_urgent ? 'recruitment_now' : ''))) @section('hasShareButton', true) @section('content') @include('user.common.header') @auth('user') @if(!$isFavorite)
@else
@endif @include('user.svg.bookmark')bookmark@include('user.svg.bookmarked')bookmark
@endauth

Recruitment

求人情報詳細

{{ $company['company']->name }}

業種
{{ $company['companyInfo']['job_category_name'] }}
事業概要
{{ $company['companyProfile']->overview }}
@if (!$job_catalog->is_published)

この職種は、現在募集停止中です。

@endif
@if (empty($is_preview))
@if (!empty($job_catalog->image_path))@endif
@else
@if (!empty($job_catalog->image_path)) @endif
@endif

@include('user.svg.personicon2') {{ $job_catalog->job_name }}

@if (!empty($urgent))

急ぎ募集中

@endif

{{ $job_catalog->description }}

    @php if ($job_catalog['is_new']) echo '
  • new
  • '; if (!empty($urgent)) echo '
  • 急ぎ
  • '; if (!$company['companyInfo']['in_kiyosu']) echo '
  • 市外
  • '; @endphp
  • 勤務地
    {{ $company['companyInfo']->address }}@if (!$company['companyInfo']['in_kiyosu'])(清須市外)@endif
  • 募集対象
    {{ $job_catalog['education_names'] }}
  • @if (!empty($job_catalog->published_from) || !empty($job_catalog->published_to))
  • 募集期間
    @if (!empty($job_catalog->published_from)){{ $job_catalog->published_from->format('Y年m月d日') }}@endif~@if (!empty($job_catalog->published_to)){{ $job_catalog->published_to->format('Y年m月d日') }}@endif
  • @endif

{{ $job_catalog->copy }}

{!! nl2br(e($job_catalog->text)) !!}

    @if (!empty($urgent->background))
  • 急ぎ募集の背景
    {!! nl2br(e($urgent->background)) !!}
  • @endif @if (!is_null($job_catalog->appeal1) || !is_null($job_catalog->appeal2) || !is_null($job_catalog->appeal3))
  • ココが魅力
      @if (!empty($job_catalog->appeal1))
    • {{ $job_catalog->appeal1 }}
    • @endif @if (!empty($job_catalog->appeal2))
    • {{ $job_catalog->appeal2 }}
    • @endif @if (!empty($job_catalog->appeal3))
    • {{ $job_catalog->appeal3 }}
    • @endif
  • @endif
    • @foreach ($job_catalog['condition_names'] as $condition_name)
    • ・{{ $condition_name }}
    • @endforeach
@if (!$job_catalog->is_published)

この職種は、現在募集停止中です。

@endif
  • 雇用形態
    {!! nl2br(e($job_catalog->contract_type)) !!}
  • 仕事内容
    {!! nl2br(e($job_catalog->work_description)) !!}
  • 給与
    {!! nl2br(e($job_catalog->salary )) !!}
  • 勤務地・アクセス

    {{ $job_catalog->location }}
    {!! nl2br(e($job_catalog->access)) !!}

    @if ($job_catalog->use_map) @if ('10' === $job_catalog->mapping_type)
    @else
    @endif @endif
  • 勤務時間
    {!! nl2br(e($job_catalog->working_hours)) !!}
  • 休日休暇
    {!! nl2br(e($job_catalog->holidays)) !!}
  • @if (!empty($job_catalog->free_title1))
  • {{ $job_catalog->free_title1 }}
    {!! nl2br(e($job_catalog->free_text1)) !!}
  • @endif @if (!empty($job_catalog->free_title2))
  • {{ $job_catalog->free_title2 }}
    {!! nl2br(e($job_catalog->free_text2)) !!}
  • @endif @if (!empty($job_catalog->free_title3))
  • {{ $job_catalog->free_title3 }}
    {!! nl2br(e($job_catalog->free_text3)) !!}
  • @endif @if (!empty($job_catalog->approach))
  • 応募・会社訪問方法

    {!! nl2br(e($job_catalog->approach)) !!}

  • @endif @if (!empty($job_catalog->benefits))
  • 福利厚生
    {!! nl2br(e($job_catalog->benefits)) !!}
  • @endif @if (!empty($job_catalog->conpensation))
  • 手当
    {!! nl2br(e($job_catalog->conpensation)) !!}
  • @endif @if (!empty($job_catalog->training_system))
  • 研修制度
    {!! nl2br(e($job_catalog->training_system)) !!}
  • @endif
  • 備考
    {!! nl2br(e($job_catalog->note)) !!}
@if (empty($is_preview)) @include('user.common.gararryImage') @else @include('user.common.previewGarraryImage') @endif
  • エントリータイプ
    {{ $job_catalog['entry_type_names'] }}
@if (!$job_catalog->is_published)

この職種は、現在募集停止中です。

@elseif (!empty($urgent) && $urgent->is_urgent)

現在、急ぎ募集中です

@endif
@endsection