@extends('adminlte::page') @section('title', "$title") @section('content_header')

Cadastrar Novo Bairro

@stop @section('content')
@csrf @include('app.pages.neighborhoods._partials.form')
@stop