@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->created_at }} |