@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) @else @endif Rub & Roll {{ __('Hírek') }} @foreach($articles as $article) 2020.06.21 / BBQ , Teszt {!! $article->name !!} @if($article->image) @else @endif {!! $article->summary !!} @endforeach @endsection