@extends('adminlte::page') @section('title_postfix', ' - Nova Categoria de Artigo') @section('content_header')

Nova Categoria de Artigo

@stop @section('content')
@csrf
@if(session('message')) @endif
@stop @section('css') @endsection @section('js') @endsection