@if ($item->user_id == Auth::id()) @else @endif

{{ $item->trx_id }}

@if ($item->user_id == Auth::id()) {{ __('Buy') }} @else {{ __('Sale') }} @endif {{ __($item->stringMarketplaceStatus->value) }}

{{ getDynamicAmount($item->forexcrow->amount).' '.$item->forexcrow->saleCurrency->code }}

{{ dateFormat('d M y', $item->created_at) }}
{{ __('Trx ID') }}
{{ $item->trx_id }}
{{ __('Seller') }}
{{ @$item->forexcrow->user->firstname. ' ' .@$item->forexcrow->user->lastname }}
{{ __('status') }}
{{ __($item->stringMarketplaceStatus->value) }}
{{ __('Date') }}
{{ dateFormat('d M y', $item->created_at) }} / {{ dateFormat('h:i A', $item->created_at) }}
@if ($item->user_id == Auth::id()) {{ __('Pay Amount') }} @else {{ __('Received Amount') }} @endif
{{ getDynamicAmount($item->payable).' '.$item->forexcrow->rateCurrency->code }}