@extends('_master') @section('content') @include('global-components.subpage-header', ['title' => $title, 'image' => '/images/subpages/blog.webp']) @foreach($categories as $category) {{ $category->title }} @endforeach Wszystkie @foreach($articles as $article) {{ polishDate($article->date) }} {{ $article->category->title }} {{ $article->title }} {{ $article->short_description }} Czytaj więcej @endforeach @endsection
{{ $article->short_description }}
Czytaj więcej