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