@extends('layouts.super-app') @section('style') @endsection @section('content')
@includeif('partials.errors')
{{ __('Crear') }} Tipo de Subdivision
@csrf @include('subdivision-type.form')
@endsection