@extends('layouts.user.frame') @section('title', '求人エントリー - ') @section('description', '清須市商工会が運営する求人検索メディア「KIYOSUのしごと」の求人エントリーページです。') @section('id', 'search_company') @section('class', 'entry confirm') @section('hasShareButton', true) @section('content') @include('user.common.header')

Entryform

エントリーフォーム

入力内容をご確認の上、「送信する」を押してください。

@csrf
    • 応募企業名
      {{ $company }}
    • 職種
      {{ $job }}
    • お名前
      {{ $entry_name }}
    • お名前(ふりがな)
      {{ $entry_name_kana }}
    • メールアドレス
      {{ $entry_email }}
    • 電話番号
      {{ $entry_tel }}
    • 住所
      {{ $entry_zipcode }}
      {{ $entry_address }}
    • 性別
      {{ $gender_name }}
    • 年齢
      {{ $age_name }}
    • 現在の状況
      {{ $situation_name }}
    • エントリー種別
      {{ $entry_type_name }}
    • 職務経歴
      {!! nl2br(e($resume)) !!}
    • 自己紹介、応募理由等
      {!! nl2br(e($appeal)) !!}
@endsection