@extends('newBase') @section('title', __('Order Details')) @section('content')
| {{ __('Currency') }} | {{ __('Transaction-In') }} | {{ __('Transaction-Out') }} | {{ __('Total Balance') }} |
|---|---|---|---|
| {{$row->currency}} | {{$row->transactionIn}} | {{$row->transactionOut}} | {{$row->totalBalance}} |
| Account Balance GBP: {{$walletGBPValue}} | |||
| {{ __('Date') }} | {{ __('Description') }} | {{ __('Transaction Amount') }} | {{ __('Account Balance') }} |
|---|---|---|---|
| {{$row->date}} |
{{$row->header}}
@if(isset($row->description)) {!!$row->description!!} @else @endif |
{{$row->value}} | {{$row->balance}} | @endforeach
| Account Balance CNY: {{$walletCNYValue}} | ||||
| {{ __('Date') }} | {{ __('Description') }} | {{ __('Transaction Amount') }} | {{ __('Account Balance') }} | |
|---|---|---|---|---|
| {{$row->date}} | @if(isset($row->description)){!!$row->description!!} | @else@endif | {{$row->value}} | {{$row->balance}} | @endforeach