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