@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 @endif HĂrek {{ $article->title }} {!! $article->content !!} @endsection