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

@foreach($transactions as $t) @if($t->user_receiver) @else @endif @endforeach
Fecha Tipo #Trans Ebits Fee Total Destino Status Compra Destino Envia Recibe
{{$t->created_at}} {{$t->type}} {{$t->transaction_code}} {{$t->amount}} {{$t->fee}} {{$t->trade_amount?$t->trade_amount:$t->total_to_paid}} {{$t->url_wallet}} {{$t->status}} {{$t->currency_buy['name']}} {{$t->currency_destination['name']}} {{$t->user_sender->first_name}} {{$t->user_sender->last_name}} {{$t->user_receiver['email']}} {{$t->user_receiver->first_name}} {{$t->user_receiver->last_name}}
@endsection @push('js') @endpush