@if(isset($user) && !$user->isEgyptian())
@lang('You will need to pay :amount :currency ', ['amount' => $userRequest->total_amount, 'currency' => $userRequest->currency])
@lang('Request Number') #{{ $userRequest->id }}
@else
@lang('tr.You are about to pay :amount :currency ', ['amount' => $userRequest->total_amount, 'currency' => $userRequest->currency])
@endif
@include('payments.components.pay')