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

EDITAR DEPARTAMENTO

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