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

Criar postagem

@stop @section('content')
@csrf
@include('admin.postagens._form')
@stop