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

{{$article->title}}

{!! $article->body !!}
                    @dump($article->getAttributes())
                
@endsection