@extends('layouts.app') @section('title')临时工详情@endsection @section('content')
| ID | @{{ userLabor.user_id }} |
| 姓名 | @{{ userLabor.user_detail.full_name }} |
| 电话 | @{{ userLabor.user_detail.mobile_phone }} |
| 性别 | @{{ userLabor.user_detail.gender }} |
| 身份证号 | @{{ userLabor.user_detail.identity_number }} |
| 劳务所 | @{{ userLabor.labor_company.name }} |
| 工资/工时 | @{{ userLabor.default_hour_price }} |
| 创建时间 | @{{ userLabor.user_detail.created_at }} |