@extends('Myadmin::layout.basic') @section('content')
發佈 | 發文日期 | 文章標題 | 部落客姓名 | 發文帳號 | 編輯日期 | 操作 |
---|---|---|---|---|---|---|
@if($article->isActive) id)}}" class="btn btn-success" > @else id)}}" class="btn btn-danger"> @endif | {{date("d M Y",strtotime($article->created_at))}} | {{{ $article->title}}} | {{{ $article->blogger_name}}} | {{{ $article->id}}} | {{{ $article->updated_at}}} | id)}}" class="btn btn-default" > {{ Form::open(array('route'=>array($_CONST["CONTROLLER_ROUTE"].'.destroy', $article->id), 'method' => 'delete','style'=>'display:inline', 'id'=>$article->id) )}} {{ Form::close()}} 留言管理 |