@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')

Dettagli Articolo

@stop @section('content')

{{$article->title}}

{{$article->category->name}} {!!$article->content!!}
@stop @section('css') @stop @section('js') @stop