@extends('layout.basic_front') @section("content")

{{$category->title}}

LOOKNOW

{{--

{{date("Y M m",strtotime($article->created_at))}}
{{ HTML::image($article->img_path,"",['class' => "video"]) }} --}}

{{$looker->name}}

{{$looker->follow_num}} followers

{{$article->title}}

@if(isset($article->tag1) && $article->tag1 !="") #{{$article->tag1}}@endif @if(isset($article->tag2) && $article->tag1 !="") #{{$article->tag2}}@endif @if(isset($article->tag3) && $article->tag1 !="") #{{$article->tag3}}@endif





@if(isset($article->mention_product)) @ {{$article->mention_product}} @if( $_FRONTCONST["tag"] == $category->title && $_FRONTCONST["tag"] != "") @endif @endif
@if($islike) @else @endif @if($is_collect) @else @endif
@foreach($comments as $comment)
@if($comment_num %2 ==0)
@else
@endif @if($comment_num +2 == count($comments)) @endif
@endforeach
{{ Form::open(array('action'=>'FrontController@postNewcomment', 'class'=>'form-inline', 'style'=>"z-index:999;margin-top:50px;"))}}
@if($userinfo == 'visitor') @else {{ HTML::image($userinfo,"",['class' => "img-circle",'style'=>'width:50px;height:50px; margin-top: -9px;']) }} @endif
{{Form::hidden('article_id',$article->id)}} {{Form::hidden('blogger_id',$article->blogger_id)}}
@if($usercomment==1) @else @endif
{{Form::close()}}
@stop