@extends('layout.layout') {{-- Style --}} @push('links') @endpush {{-- Content --}} @section('content') @include('custom::component.reply-btn', ['url' => $back_route])
| 年度 | {{$model->display_year}} | ||
|---|---|---|---|
| 考試類型 | {{$model->type}} | ||
| 考試名稱 | {{$model->name}} | ||
| 類科別 | {{$model->category}} | ||
| 證書日期文號 | {{$model->certification_no}} | ||
| 附件 | @if(!empty($model->file_display_name)) {{$model->file_display_name}} @else 無附件 @endif | ||
| 公開 | {{$model->is_public_name}} | ||