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

Nova Categoria

@stop @section('content')
Voltar
@if ($errors->any())
Whoops! Ocorreu algum erro.

@endif
@csrf
Nome (Ex.: Casa)
Url
Ativo
@endsection