@extends('layouts.base') @push('css') @endpush @section('content')

Registrar Compra de Criptomonedas:

Criptomonedas:

@foreach($cryptocoins as $cryptocoin) @endforeach
Nombre Símbolo Código Valor en $ Activo Disponible Acciones
{{$cryptocoin->name}} {{$cryptocoin->symbol}} {{$cryptocoin->xe_code}} {{$cryptocoin->dolar_value}} {{($cryptocoin->active==1)?'Si':'No'}} {{$cryptocoin->available}}

Movimientos de Criptomonedas

@foreach($cryptomovements as $cryptomovement) @endforeach
# Cantidad Currency Tipo
{{$cryptomovement->id}} {{$cryptomovement->amount}} {{$cryptomovement->currency->name}} {{($cryptomovement->type=='buy')?'Compra':'Intercambio'}}
@endsection @push('js') @endpush