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

清須で見つかる


探してた仕事

@php $mainImages = collect([ ['imageurl' => '/module2/img/index/mv1.jpg', 'companytxt' => '清須びと:株式会社成瀬エンジニアリング', 'classnum' => '_1'], ['imageurl' => '/module2/img/index/mv2.jpg', 'companytxt' => '清須びと:有限会社庭鈴造園', 'classnum' => '_2'], ['imageurl' => '/module2/img/index/mv3.jpg', 'companytxt' => '清須びと:株式会社柴山鉄工所', 'classnum' => '_3'], ['imageurl' => '/module2/img/index/mv4.jpg', 'companytxt' => '清須びと:有限会社中田工務店', 'classnum' => '_4'], ['imageurl' => '/module2/img/index/mv5.jpg', 'companytxt' => '清須びと:有限会社稲垣運輸', 'classnum' => '_5'], ['imageurl' => '/module2/img/index/mv6.jpg', 'companytxt' => '清須びと:清栄工業株式会社', 'classnum' => '_6'], ['imageurl' => '/module2/img/index/mv7.jpg', 'companytxt' => '清須びと:株式会社グルメストーリー', 'classnum' => '_7'], ['imageurl' => '/module2/img/index/mv8.jpg', 'companytxt' => '清須びと:株式会社EIGHT.logistics', 'classnum' => '_8'], ['imageurl' => '/module2/img/index/mv9.jpg', 'companytxt' => '清須びと:特定非営利活動法人セブンデイズ', 'classnum' => '_9'], ['imageurl' => '/module2/img/index/mv10.jpg', 'companytxt' => '清須びと:株式会社協同電子', 'classnum' => '_10'], ['imageurl' => '/module2/img/index/mv11.jpg', 'companytxt' => '清須びと:株式会社ミノヤランチサービス名古屋西店', 'classnum' => '_11'], ['imageurl' => '/module2/img/index/mv12.jpg', 'companytxt' => '清須びと:パンドクエット', 'classnum' => '_12'], ]); $mainImages = $mainImages->shuffle()->slice(0, 4); @endphp
    @foreach ($mainImages as $mainImage)
  • {{ $mainImage['companytxt'] }}

  • @endforeach

Scroll

清須の企業の求人情報を多数掲載

  • 清須市の企業{{ $company_count }}社、
  • 求人数{{ $job_catalog_count }}掲載中
@include('user2.parts.searchform')

清須びとINTERVIEW

    @include('user2.parts.interview-list')

お知らせ

    @foreach ($newslist as $news)
  • {{ $news->title }}

    • {{ $news->published_at->format('Y年m月d日') }}
    • {{ $news['category_name'] }}
  • @endforeach
@endsection