@extends('layout.main') @section('contenido') {{-- mensaje de restricción --}} @if (count($errors) > 0) @endif
@csrf {{-- ------------------------------------------------------}} {{-- --}}

Warning: Undefined variable $input in /home/mcicompy/robert.mci.com.py/resources/views/transaccion/generar_ctas.blade.php on line 33

Warning: Trying to access array offset on value of type null in /home/mcicompy/robert.mci.com.py/resources/views/transaccion/generar_ctas.blade.php on line 33

Warning: foreach() argument must be of type array|object, null given in /home/mcicompy/robert.mci.com.py/resources/views/transaccion/generar_ctas.blade.php on line 33
@if($input['tipo']=="CARGO" or $input['tipo']=="COMPRA")

Generar Cuentas a Pagar

@else

Generar Cuentas a Cobrar

@endif
@endsection