@extends('rod.layouts.rod') @section('content')

{{ $article->title }}

image
{{--

{{ $article->title }}

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