@extends('layout.template') @section('title', 'SICCAP ICATEP | Reporte Horas y Facturas') @section('content')

Registro Comprobante de Pago

@if ($estatus_pago != 1)
@csrf
@endif @if ($estatus_pago == 1)
Advertencia! Esta factura ya cuenta con un comprobante de pago registrado.
@endif

@endsection @push('scripts') @endpush