@include('crud::fields.inc.wrapper_start')
檔案另開新視窗
@include('crud::fields.inc.translatable_icon')
@if(isset($field['url']) && !empty($field['url']))
@if (strpos($field['url'], ".pdf") !== false)
@else
@endif
@if(isset($field['hint']))
{!! $field['hint'] !!}
@endif @else沒有可以顯示內容。
@endif @include('crud::fields.inc.wrapper_start')