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