@extends('Myadmin::layout.basic') @section('header') @stop @section('content')
發佈 | 部落客ID | 部落客名稱 | 部落客簡介 | 部落客FB | 部落客IG | 部落客照片 | 按讚數 | FOLLOW 數 | 操作 |
---|---|---|---|---|---|---|---|---|---|
{{ Form::checkbox('publish', 'yes');}} | {{{ $blogger->id}}} | {{{ $blogger->name}}} | {{{ $blogger->description}}} | id)}}" class="btn btn-success" >啟用中 | @if($blogger->isActive) id)}}" class="btn btn-success" >啟用中 @else id)}}" class="btn btn-danger">停用中 @endif | {{{ $blogger->photo}}} | {{{ $blogger->like_num}}} | {{{ $blogger->follow_num}}} | id)}}" class="btn btn-primary">修改 {{ Form::open(array('route'=>array($_CONST["CONTROLLER_ROUTE"].'.destroy', $blogger->id), 'method' => 'delete','style'=>'display:inline') )}} {{ Form::submit('刪除', array("class"=>"delete btn btn-large btn-danger"));}} {{ Form::close()}} |