{{ $keywords['payment_success'] ?? __('Payment Success') }}
@if (request()->has('room-booking')){{ $keywords['room_booking_payment_success_msg'] ?? __('Your payment for room booking is successful. We sent you an email with Invoice. Please check your inbox') }}
@elseif (request()->has('donation')){{ $keywords['donation_payment_success_msg'] ?? __('Your payment for donation is successful. We sent you an email with Invoice. Please check your inbox') }}
@else{{ $keywords['item_order_payment_success_msg'] ?? __('Your payment for items order is successful. We sent you an email with Invoice. Please check your inbox') }}
@endif {{ $keywords['Go_to_Home'] ?? __('Go to Home') }} @php Session::forget('user_midtrans'); @endphp