@extends('main') @section('styles') {!! Html::style(Theme::current()->assetPath.'/prettyPhoto/css/prettyPhoto.min.css') !!} @endsection @section('page-title') @endsection @section('content')

{{ __('Keys of success') }}

@foreach ($articles as $key => $article) @if ($key%2)
@endif @endforeach

{{ $articles->links('vendor.pagination.mobile') }}
@endsection @section('scripts') {!! Html::script(Theme::current()->assetPath.'/prettyPhoto/js/jquery.prettyPhoto.min.js') !!} @endsection