@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, 0, array('class' => 'form-control') )}}
{{ Form::close()}} --}} @foreach ($articles as $article) {{-- --}} @endforeach
發佈 編號 標題 發文日期 操作
@if($article->isActive) id)}}" class="btn btn-success" > @else id)}}" class="btn btn-danger"> @endif {{{ $article->id}}} {{{ $article->title}}} {{date("d M Y",strtotime($article->created_at))}}{{{ $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