@forelse ($Monedas as $item)
| {{ $item->MONE_ID }} |
{{ $item->MONE_NOMBRE }} |
{{ $item->MONE_ABREV }} |
{{ $item->MONE_SIMBOLO }} |
{{ $item->MONE_EQUIVALENTE }} |
{{ $item->PAIS_NOMBRE }} |
|
@empty
| No se encontraron registros |
@endforelse
@if (!is_array($Monedas))
@slot('data', $Monedas)
@endif