@extends('layouts.user.frame2') @section('title', 'スタッフの声 | ') @section('description', '清須市商工会が運営する、清須市の企業とそこで働きたい人のための、仕事と人が繋がる場所「KIYOSUのしごと」。愛知県清須市で就職・転職を考えている求職者に、清須市の企業の情報や正社員、パート、バイト情報をお届けする求人検索メディアです。') @section('page_id', 'recruit') @section('page_class', 'single voice') @section('head') @endsection @section('content')
    @php $staffVoices = collect([$company['companyProfile']->text1, $company['companyProfile']->text2, $company['companyProfile']->text3, $company['companyProfile']->text4])->filter(); $cacheBusting = $company['companyProfile']->updated_at->format('YmdHis'); @endphp @foreach ($staffVoices as $staffVoice)
  • @if (!empty($company['companyProfile']->{"staff_voice_image_path{$loop->iteration}"}))
    iteration}"} . "?{$cacheBusting}" }}" alt="" class="coverimg" loading="lazy">
    @endif
    @if (!empty($company['companyProfile']->{"post{$loop->iteration}"}))

    {{ $company['companyProfile']->{"post{$loop->iteration}"} }}

    @endif @if (!empty($company['companyProfile']->{"staff_voice_years{$loop->iteration}"}))

    {{ $company['companyProfile']->{"staff_voice_years{$loop->iteration}"} }}

    @endif
    @if (!empty($company['companyProfile']->{"staff_voice_copy{$loop->iteration}"}))

    {{ $company['companyProfile']->{"staff_voice_copy{$loop->iteration}"} }}

    @endif

    {!! nl2br(e($staffVoice)) !!}

  • @endforeach
@endsection