@extends('frontend.layouts.main', array('body_class' => 'blog-page')) @section('content')
@for($i = 1; $i < $page; $i++)
@endfor @include('frontend.templates.components.blog_list', array('page' => $page))
@include('frontend.templates.blocks.newsletter-v2')
@stop