@extends('rubandroll.layouts.app') @section('meta-title'){{ $article->title }} - Rub & Roll Barbecue @endsection @section('meta-keywords') @endsection @section('meta-description') @endsection @section('content')
@if($article->image) @else Background @endif
HĂ­rek

{{ $article->title }}

{!! $article->content !!}
@endsection