@extends('main') @section('styles') {!! Html::style(Theme::current()->assetPath.'/prettyPhoto/css/prettyPhoto.min.css') !!} @endsection @section('page-title') @endsection @section('content') {{ __('Home') }} {{ __('Keys of success') }} {{ __('Keys of success') }} @foreach ($articles as $key => $article) @if (@$article->photo) @elseif (@$article->image->small) @elseif (@$article->video) @else @endif {{ $article->title }} {!! str_limit(strip_tags($article->content), 200) !!} {{ __('View more') }} @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
{!! str_limit(strip_tags($article->content), 200) !!}