@forelse ($FPagos as $item)
| {{ $item->FORP_ID }} |
|
{{ $item->FORP_NOMBRE }} |
{{ $item->FORP_DESCRIPCION }} |
{{ getSiNo($item->FORP_PLAZO) }} |
$ {{ number_format($item->FORP_COMISION, 2) }} |
{{ $item->Pedidos }} |
|
@empty
| No se encontraron registros |
@endforelse
@if (!is_array($FPagos))
@slot('data', $FPagos)
@endif