@extends('layouts.app') @section('content') Anasayfa {{$article->title}} {{$article->title}} {!! $article->body !!} @dump($article->getAttributes()) @endsection
@dump($article->getAttributes())