@php($login_data = App\Models\DataSetting::where('key', 'restaurant_login_url')->pluck('value')->first())
@if (request()?->flag == 'success' || request()?->type == "new_join?flag=success")
{{ translate('Congratulations!') }}
{{ translate('messages.Your_Payment_is_Successfull.') }}
@if (request()?->type == 'new_join?flag=success')
{{ translate('messages.Admin_will_confirm_your_registration_request_or_provide_review.') }}
@else
@endif
@else
{{ translate('Payment_error_!') }}
{{ translate('Due_to_payment_transaction_error_your_registration_could_not_complete.') }}
@endif