@extends('admins.layouts.main') @section('content')
{{--
--}} {{--
--}}
{{--
--}} {{--
--}}

審核目的事業主管機關列表

@foreach($applies as $apply) @endforeach
備查 申請表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 }}

管理場所類型申請列表

@foreach($applies_manage_location as $apply) @endforeach
操作 申請表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 }}
@endsection