@extends('admin.layouts.default') @section('head')
排序 | 圖片預覽 | 課程標題 | 課程日期 | 點閱 | 操作 | |
---|---|---|---|---|---|---|
{{ $value->sort }} | @if (!empty($value->file_name) && file_exists('uploads/activity/thumb/'.$value->file_name)) {{ HTML::image('uploads/activity/thumb/'.$value->file_name) }} @else 無圖片 @endif | {{ $value->title }} | {{ $value->post_at }} | {{ $value->click }} |