@extends('Myadmin::layout.basic') @section('content')
| 文章標題 | {{{$content->title}}} | ||
| 文章內容 | {{--{{{$content->description}}}--}} | ||
| |
|||
留言 |
|||
|
{{{$comment -> comment_content}}}
|
|||
No comment!! |
|||
{{Session::get('userName');}}{{Form::hidden('article_id',$content->id)}} {{Form::hidden('blogger_id',$content->blogger_id)}} |
{{ Form::text('comment_content', null, array('placeholder'=> 'Write a comment...','class'=>'form-control'));}}
|
||