@extends('layouts.front') @section('style') @endsection @section('site') Aktualności @foreach($posts as $post) @if($post->getFirstMediaUrl('posts', 'thumb')) @endif {{ $post->title }} {!! $post->lead !!} więcej @endforeach @endsection
{!! $post->lead !!}