@extends("web.layouts.master") @section("content") @include("web.components.title")
1. Please transfer the required amount from an ATM or mobile banking to one of the accounts below.

2. Tap "Take Photo" to take the picture of receipt with your phone camera, or "Choose Photo" to take the picture from gallery.

3. The picture will be uploaded, the our admin will process your transaction*.


* Please note that invalid transaction receipt will be ignored.
    @foreach ($bankInformations as $bankInformation)
  • {{ $bankInformation->bank_name }}
    Account Number:
    {{ $bankInformation->bank_account_number }}

    Account Owner Number:
    {{ $bankInformation->bank_account_name }}

    Message:
    {{ $bankInformation->message }}
  • @endforeach
@endsection