@extends('template') @section('breadcrumb') @endsection @section('content')

CREAR DEPARTAMENTO

@csrf
@include('departamentos.form')
@include('partials.confirm-dialog',['mensaje'=>'¿Desea crear este departamento?','formId'=>'departamentoCreateForm']) @endsection @push('styles') @include('datatable.styles') @endpush @push('scripts') @include('datatable.scripts') @endpush