@extends('layouts.app') @section('title', '本人確認手動処理') @section('content')

本人確認手動処理

{{-- フィルター(必要なら追加) --}} {{--
--}}
@forelse($users as $user) @empty @endforelse
操作 利用者ID 利用者分類ID 利用者名 フリガナ 性別 生年月日 携帯電話番号 自宅電話番号 メールアドレス 居住所:郵便番号 居住所:都道府県 居住所:市区群 居住所:住所 関連住所:郵便番号 関連住所:都道府県 関連住所:市区群 関連住所:住所 学校 卒業予定 備考 本人確認書類
編集 {{ $user->user_id }} {{ $user->user_categoryid }} {{ $user->user_name }} {{ $user->user_phonetic }} {{ $user->user_gender }} {{ $user->user_birthdate }} {{ $user->user_mobile }} {{ $user->user_homephone }} {{ $user->user_primemail }} {{ $user->user_regident_zip }} {{ $user->user_regident_pre }} {{ $user->user_regident_city }} {{ $user->user_regident_add }} {{ $user->user_relate_zip }} {{ $user->user_relate_pre }} {{ $user->user_relate_city }} {{ $user->user_relate_add }} {{ $user->user_school }} {{ $user->user_graduate }} {{ $user->user_remarks }} {{ $user->user_idcard }}
データがありません。
{{ $users->links('pagination') }}
@endsection