@extends('layouts.front') @section('style') @endsection @section('site')

Aktualności

@foreach($posts as $post)
@if($post->getFirstMediaUrl('posts', 'thumb'))
{{ $post->title }}
@endif

{{ $post->title }}

{!! $post->lead !!}

więcej
@endforeach
@endsection