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

{!! ($pagina->nome) !!}

{!! $pagina->conteudo !!}
@endsection