@extends('front.layout.pages-layout') @section('pageTitle', isset($pageTitle) ? $pageTitle : 'Document Title') @section('meta_tags') {!! SEO::generate() !!}} @endsection @section('content')
@if (!empty(get_slides()))
@foreach (get_slides() as $slide)
post-thumb
@if ($slide->link)

{{ $slide->heading }}

@else

{{ $slide->heading }}

@endif
@endforeach
@endif @if (!empty(latest_posts(0, 1))) @foreach (latest_posts(0, 1) as $post)

{{ $post->title }}

{!! Str::ucfirst(words($post->content, 45)) !!}

Mehr lesen...
@endforeach @endif
@if (!empty(latest_posts(1, 3))) @foreach (latest_posts(1, 3) as $post) @endforeach @endif
@endsection