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

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

@foreach($articles as $article)

{!! $article->name !!}

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