@empty(!$monedas) @foreach($monedas as $moneda) @endforeach @endempty
ID Nombre Simbolo Mostrar Principal Acciones
{{ $moneda->id }} {{ $moneda->nombre }} {{ $moneda->simbolo }} @if ($moneda->mostrar_a_d == 0) Despues del monto @else Antes del monto @endif @if($step == 0) {{ ($moneda->principal == 1) ? 'No Ser Principal' : 'Ser Principal' }} @else Moneda Principal @endif @if($step == 0) @endif