@extends('layouts.user.frame') @section('title', '企業登録申し込み - ') @section('description', '清須市商工会が運営する求人検索メディア「KIYOSUのしごと」の企業登録申し込みページです。') @section('id', 'keisai') @section('class', 'confirm') @section('content') @include('user.common.header')

Entryform

企業登録申し込みフォーム

@csrf
    • 事業所名
      {{ $inputs['company_name'] }}
    • ご担当者
      {{ $inputs['person_name'] }}
    • ご担当者(ふりがな)
      {{ $inputs['person_name_kana'] }}
    • メールアドレス
      {{ $inputs['email'] }}
    • 電話番号
      {{ $inputs['tel'] }}
    • 住所
      {{ $inputs['zipcode'] }}
      {{ $inputs['address'] }}
    • 商工会入会
      {{ $inputs['membership_name'] }}
    • お悩み・課題
      {{ implode('、', $inputs['trouble_names']) }}
    • その他
      {!! nl2br(e($inputs['message'])) !!}
@endsection