@extends('adminlte::page') @section('plugins.Sweetalert2', true) @section('plugins.Datatables', true) @section('plugins.Select1', true) @section('title', 'Intranet | Editar Centro Costo') @section('content_header')
@stop @section('content')

Editar Centro Costo

@csrf @method('put')
@if (Gate::check('centro-costo.edit-autorizadores-solicitudes-reclutamientos'))
@endif @if (Gate::check('centro-costo.edit-autorizadores-solicitud_creacion_vehiculo'))
@endif @if (Gate::check('centro-costo.edit-ficha-entravista'))
@endif
@if (Gate::check('centro-costo.edit-clave-flota'))
@endif
@stop @section('footer')
Intranet
Copyright © 2023 aspenspa.cl @stop @section('css') @stop @section('js') @stop