Formas de Pago
@if(count($formas_pago) > 0)
@foreach($formas_pago as $fp)
@php $num = $fp->forma_pago_id; @endphp
@include('dashboard.parametros.input-forma-pago-dte')
@endforeach
@else
@php $num = 1; @endphp
@include('dashboard.parametros.input-forma-pago-dte')
@endif