{{ @$item->forexcrow->user->firstname. ' ' .@$item->forexcrow->user->lastname }}
{{ __($item->stringMarketplaceStatus->value) }}
{{ 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 }}