{{trans('product.your-payment-details')}}:


@if($status=='Completed')

{{trans('product.payment-successfull')}} - {{$transaction_id}}

@else

{{trans('product.payment-sorry')}} - {{$transaction_id}}

@endif