@extends('rubandroll.layouts.app') @section('meta-title')Hírek - Rub & Roll Barbecue @endsection @section('meta-keywords') @endsection @section('meta-description') @endsection @section('content') @if($page->image ?? null) @else @endif Rub & Roll {{ __('Hírek') }} @foreach($articles as $article) {{ $article->date->format('Y. m. d.') }} / {{ $article->category->name ?? null }} {{ $article->title }} @if($article->image) @else @endif {{ $article->summary }} @endforeach @endsection