@extends('layouts.user.frame2') @section('title', '会社TOP | ') @section('description', '清須市商工会が運営する、清須市の企業とそこで働きたい人のための、仕事と人が繋がる場所「KIYOSUのしごと」。愛知県清須市で就職・転職を考えている求職者に、清須市の企業の情報や正社員、パート、バイト情報をお届けする求人検索メディアです。') @section('page_id', 'recruit') @section('page_class', 'single') @section('head') @endsection @section('content')

{{ $company['companyInfo']['industry_name'] }}

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

@php $cacheBusting = $company['companyProfile']->updated_at->format('YmdHis'); @endphp @if ($company['companyProfile']->images->isNotEmpty())
    @foreach ($company['companyProfile']->images ?? collect([asset('/module2/img/wp/img_substitution.jpg')]) as $image)
  • @endforeach
@endif
  • {{ $company['companyProfile']->copy }}

    {!! nl2br(e($company['companyProfile']->company_description)) !!}

  • @if (!empty($company['companyProfile']->copy2) || !empty($company['companyProfile']->company_description2))
  • {{ $company['companyProfile']->copy2 }}

    {!! nl2br(e($company['companyProfile']->company_description2)) !!}

  • @endif
@if ($staffVoices->isNotEmpty())
@endif @php $galleys = collect([$company['companyProfile']->gallery_image_path1, $company['companyProfile']->gallery_image_path2, $company['companyProfile']->gallery_image_path3, $company['companyProfile']->gallery_image_path4, $company['companyProfile']->gallery_image_path5, $company['companyProfile']->gallery_image_path6, $company['companyProfile']->gallery_image_path7, $company['companyProfile']->gallery_image_path8])->filter(); @endphp @if ($galleys->isNotEmpty())

ギャラリー

@endif @if (!empty($company['companyAdditional']->youtube_url))

動画

@endif

企業情報

会社名・団体名
{{ $company['company']->name }}
事業内容
{{ $company['companyProfile']->overview }}
設立年月
{{ $company['companyAdditional']->established_on->format('Y年m月') }}
代表者名
{{ $company['companyAdditional']->representative }}
所在地
{{ $company['companyAdditional']->address }}
従業員数
{{ $company['companyAdditional']->number_of_staff }}名
資本金
{{ number_format($company['companyAdditional']->capital_stock) }}万円
@if ($company['companyAdditional']->use_map)
@if ('10' == $company['companyAdditional']->mapping_type) @else @endif
@endif
@endsection