@extends('admin.layouts.default') @section('head') @if ($drag_sort) {{ HTML::script('admin/assets/js/libs/jquery.tablednd.js') }} @endif
圖片預覽 | 標題 | 說明 | 連結 | 操作 | |
---|---|---|---|---|---|
@if (!empty($value->file_name) && file_exists('uploads/slider/thumb/'.$value->file_name)) {{ HTML::image('uploads/slider/thumb/'.$value->file_name) }} @else 未上傳圖片 @endif | {{ $value->title }} | {{ str_limit($value->content,60) }} | @if (!empty($value->url)) {{ $value->url }} @endif |