@extends('layouts.user.frame') @section('title', '新規ユーザー登録 - ') @section('description', '清須市商工会が運営する求人検索メディア「KIYOSUのしごと」に新規ユーザー登録することで、より便利に活用することができます。') @section('id', 'user_touroku') @section('class', 'user_touroku confirm') @section('head') @endsection @section('content') @include('user.common.header')

Entryform for User

新規ユーザー登録

Entryform

求職者新規登録フォーム

@csrf
    • ユーザー名
      {{ $name }}
    • メールアドレス
      {{ $email }}
    • パスワード
      ********
    • お住いの地域
      {{ $area_name }}
    • 性別
      {{ $gender_name }}
    • 生まれた年
      {{ $birthyear }}年
@endsection