@extends('layouts.crud') @section('title', $artigo->tipo_extenso) @section('content')

{{ $artigo->tipo_extenso }}

{!! $artigo->html !!}
@stop