{{__('Trade Status:')}}
{{__('BUYER')}}
@else{{__('SELLER')}}
@endif{{__('SELLER')}}
@else{{__('BUYER')}}
@endif{{__('RATE')}}
{{$trade->rate()}}
{{__('VALUE')}}
{{$trade->coinValue() . strtoupper($trade->coin)}}
{{__('Note:')}} {{__('The above value of :coin is held safely by our escrow service.', ['coin' => get_coin($trade->coin)])}}
{{__('Seller Instruction!')}}
@else{{__('Buyer Instruction!')}}
@endif {!! nl2br(e($trade->instruction)) !!}{{__('Important!')}}
@if($trade->party(Auth::user(), 'buyer')) {{__('After making payment, you should click CONFIRM PAYMENT button to stop the counter. After making payment and you presume this as a scam attempt, you should click the RAISE DISPUTE button to call the attention of a moderator.')}} @elseif($trade->party(Auth::user(), 'seller')) {{__('After verifying payment, you should click RELEASE COIN button to complete the trade. If you do not receive payment and you suspect this as a scam attempt, you should click the RAISE DISPUTE button to call the attention of a moderator.')}} @endif{{__('Attention!')}}
{{__('A dispute has been raised over this trade! Investigation will be conducted based on the previous chats as well as uploaded proof of payment. Any decision taking by our moderator should be considered as final.')}} @else{{__('Dispute By')}}
@endif{{__('Successful!')}}
@if($trade->party(Auth::user(), 'buyer')) {{__('Seller has confirmed your payment and released the coin into your wallet address!')}} @elseif($trade->party(Auth::user(), 'seller')) {{__('The coin value of this transaction has been released into the wallet of the buyer.')}}@if($trade->shouldDeductFee()) @php $fee = $trade->calcFee(); @endphp {!! __('The standard percentage fee of :fee has been charged as well for this trade.', ['fee' => "{$fee}"]) !!} @endif @endif