@extends('admins.layouts.main') @section('content') @if (!empty($showReviewResult))
@method($forms['method'])
狀態:

{{ $aed->status_chinese }}

{{--include('admins.share_block._common_words_block')--}}
  
@endif {{--申請歷程start--}} @if(!empty($applyLsitCourse)&&$applyLsitCourse->count()>0)

申請歷程

@foreach($applyLsitCourse as $certificate_apply_course) @endforeach
日期 狀態 意見
{{ $certificate_apply_course->updated_at }} {{ $certificate_apply_course->status_chinese }} {{ $certificate_apply_course->memo }}
@endif {{--申請歷程end--}}
@method($forms['method'])

基本資料


@if (!empty($showAedModel))
....
@else

格式僅支援jpg, jpeg, png, pdf

@endif
@if (empty($showAedModel))    @endif
@endsection