@extends('Myadmin::layout.basic') @section('content')

{{{ trans($_CONST["LANG_DEST"].".title")}}}

{{{ trans($_CONST["LANG_DEST"].".create_action")}}} {{{ trans($_CONST["LANG_DEST"].".browse_class")}}}
{{ Form::open(array( 'class'=>'form-horizontal well'))}}
{{{ trans($_CONST["LANG_DEST"].".select_class")}}}: {{ Form::select('id', $categories, $cid, array('class' => 'form-control') )}}
{{ Form::close()}} @if(isset($articles)) @foreach ($articles as $article) @endforeach @endif
發佈 發文日期 文章標題 部落客姓名 發文帳號 編輯日期 操作
@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()}} 留言管理
@stop