@extends('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->name }}

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