@extends('adminlte::page') @section('plugins.Datatables', true) @section('plugins.Sweetalert2', true) @section('plugins.Select1', true) @section('title', 'Intranet | Registros De Requisiciones') @section('content_header')
@stop @section('content')

Registros De Requisiciones

@if (Gate::check('requisicion.index-gestionador')) @else @if (Gate::check('requisicion.index-aprobada-anulada')) @else @if (Gate::check('requisicion.index-creadas') || Gate::check('requisicion.index-cc') || $esAutorizador == true) @endif @endif @endif
Acción Número RQ Fecha Solicitud Fecha Aprobación RQ Fecha Cierre RQ Solicitante Centro costo Proyecto Autorizado Por Estatus Aprobación RQ Responsable Avance Generación OC Avance Aprobación OC Avance Cierre RQ Estatus RQ Días De Gestión Aprobación RQ Días De Gestión Cierre RQ SucursalAcción Número RQ Fecha Solicitud Fecha Aprobación RQ Fecha Cierre RQ Solicitante Centro costo Proyecto Autorizado Por Estatus Aprobación RQ Responsable Avance Generación OC Avance Aprobación OC Avance Cierre RQ Estatus RQ Días De Gestión Aprobación RQ Días De Gestión Cierre RQ SucursalAcción Número RQ Fecha Solicitud Fecha Aprobación RQ Fecha Cierre RQ Solicitante Centro costo Proyecto Autorizado Por Estatus Aprobación RQ Avance Generación OC Avance Aprobación OC Avance Cierre RQ Estatus RQ
@stop @section('footer')
Intranet
Copyright © 2023 aspenspa.cl @stop @section('css') @stop @section('js') @if (Gate::check('requisicion.index-gestionador')) @else @if (Gate::check('requisicion.index-aprobada-anulada')) @else @if (Gate::check('requisicion.index-creadas') || Gate::check('requisicion.index-cc') || $esAutorizador == true) @endif @endif @endif @if (Gate::check('requisicion.create') || Gate::check('requisicion.create-todos-cc')) @if (count(auth()->user()->detalleCentrosCostos) > 0 || Gate::check('requisicion.create-todos-cc')) @else @endif @else @endif @stop