@extends('adminlte::page')
@section('plugins.Datatables', true)
@section('plugins.Sweetalert2', true)
@section('title', 'Intranet | Registros De Prontos De Pagos')
@section('content_header')
@stop
@section('content')
| Acción |
Descripción |
Tipo Solicitud |
Fecha Solicitud |
Origen |
Forma De Pago |
Tipo Documento |
Numero Documento |
Centro Costo |
Usuario Que Genero La Solicitud |
Monto |
Estado |
@stop
@section('footer')
Intranet
Copyright © 2021 GuiñezIngeniería.cl.
@stop
@section('css')
@stop
@section('js')
@if (Gate::check('pronto-pago.solicitud-relaciones-laborales'))
@endif
@if (Gate::check('pronto-pago.solicitud-logistica'))
@endif
@if (Gate::check('pronto-pago.solicitud-relaciones-laborales') || Gate::check('pronto-pago.solicitud-logistica'))
@else
@endif
@stop