@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 Background @endif
Rub & Roll

{{ __('Hírek') }}

@foreach($articles as $article)

{{ $article->title }}

@if($article->image) @else @endif
{{ $article->summary }}
@endforeach
@endsection