@extends('frontend.layouts.app') @section ('title', app_name() . ' | Payment Complete') @push('after-styles') @endpush @section('content')

Deposit Payment Information


@if($method == 'transfer')

Your Deposit Reference No is {{ $response['ref'] }}

Bank Transfer

@endif @if($method == 'visa_master' || $method == 'paypal' || $method == 'mab' || $method == 'mpu' || $method == 'wavemoney' || $method == 'kbz_direct') @if($response['paid'])

{{ trans('frontend.booking_payment_successful') }}

{{ trans('frontend.booking_ref_no_is') }} {{ $response['ref'] }} .
ေက်းဇူးအထူးတင္ရွိပါသည္။

@else

{{ trans('frontend.booking_payment_status_was') }} {{ $response['message'] }}.

{{ trans('frontend.booking_ref_no_is') }} {{ $response['ref'] }} .
{{ trans('frontend.payment_manually_later') }}

@endif @endif @if($method == 'onetwothree')

{{ trans('frontend.service_payment_code_is') }} {{ $response['ref'] }} . {{ trans('frontend.service_payment_code_notes') }}

{{ trans('frontend.convenience_stores_and_banks') }}

  • {{ trans('frontend.cs_and_bank1') }}
  • {{ trans('frontend.cs_and_bank2') }}
  • {{ trans('frontend.cs_and_bank3') }}
  • {{ trans('frontend.cs_and_bank4') }}
@endif

{!! trans('frontend.thank_info') !!}

@endsection