@extends('admins.layouts.main') @section('content')
| 備查 | 申請表id | 帳號 | 狀態 | 更新日期 |
|---|---|---|---|---|
| @can('verify', App\Models\CompetentAuthorityOfCareerApply::class) 備查 @endcan @can('show', App\Models\CompetentAuthorityOfCareerApply::class) 查看 @endcan | {{ $apply->id }} | {{ $apply->account }} | {{ $apply->status_chinese }} | {{ $apply->updated_at }} |
| 操作 | 申請表id | 姓名 | 帳號 | 申請類型 | 狀態 | 備註 | 更新日期 |
|---|---|---|---|---|---|---|---|
| @can('verify', App\Models\CompetentAuthorityOfCareerApply::class) 備查 @endcan 查看 | {{ $apply->id }} | {{ $apply->name }} | {{ $apply->account }} | {{ $apply->applyType_chinese }} | {{ $apply->status_chinese }} | {{ $apply->memo }} | {{ $apply->updated_at }} |