@extends('layout.basic_front') @section("content")
@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