@extends('adminlte::page') @section('title', 'Edição de Categoria') @section('content_header')

Edição de Categoria

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

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