@extends('layout.basic_front') @section("content")
{{ HTML::image($looker->photo,"",['class'=>"img-circle",'style'=>'width:100px;height:100px']) }}

{{$looker->name}}

{{$looker->description}}
@if($looker->buy_now != "") @endif @if($looker->website != "") @endif @if($looker->location != "") @endif


@foreach($articles as $article) @if($_FRONTCONST["COL_COUNT"] % 3 ==1)
@endif @if($_FRONTCONST["COL_COUNT"] % 3 ==0 || $_FRONTCONST["COL_COUNT"] == count($articles))

@endif @endforeach @if($load_start != 'all') @endif
@stop