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