@extends('layouts.master') @section('title', __('Bonus Purchase Pool')) @push('styles') @endpush @section("breadcrumb-text")

{{ __("Bonus Purchase Pool") }}

@endsection @section("content") @if($kycStatus != "approved" || $isEnable2fa == false)

{{ __("Bonus purchase pool is disabled for your account")}}

{{ __("Please ensure the following requirements are met:")}}
    @if($kycStatus != "approved")
  • {{ __("Please complete your KYC/KYB to enable bonus purchase pool. Click ")}}{{ __("here")}}{{ __(" to start the process.")}}
  • @endif @if($isEnable2fa == false)
  • {{ __("Please enable authenticator 2FA from your security for bonus purchase pool.")}}
  • @endif
{{ __("Please complete the necessary steps to enable bonus purchase pool.")}}
@else

{{ __("Bonus Purchase Pool Guidelines") }}

  • {{ __("The CSR purchase pool is a managed CSR purchase facility. When you enter a Purchase Pool your Bonus funds are combined with the funds of other members and managed by a company appointed Pool Manager.") }}
  • {{ __("Purchase Pool applications are not eligible for any on-going promotions and are not scheduled for weekly or monthly delivery schedule.") }}
  • {{ __("The Pool Manager will use best endeavours to purchase as many CSR tokens up to the value of the purchase pool (taking into account trading and network fees).") }}
  • {{ __("Pool Manager does not take a fee for the process.") }}
  • {{ __("The Pool Manager will close the pool when there are sufficient members and/or Euros in the pool.") }}
  • {{ __("Once the pool has closed, delivery will be scheduled and, your pro-rata portion of the CSR purchased by the Pool Manager will be delivered to your CSR Central wallet.") }}
  • {{ __("Whilst the Pool Manager will progress the deliveries as quickly as practical, there is no set timeframe for completion of the delivery process.") }}
{{__('Available Balance')}} : {{formatDisplayNumber($walletBalance,2)}}

{{ __("You are submitting a Bonus Purchase Pool application. The requested amount will be deducted from your Bonus Wallet.") }}

{{ __('Bonus Purchase Pool Details:') }}
{{ __('Requested Amount') }} :
{{ __('Application Date') }} : {{$applicationDate}}
{{ __('Reference Number') }} : {{$referenceNo}}
@if ((!empty(Auth::user()->setting->fa_setting) && in_array('bonus_purchase_pool', Auth::user()->setting->fa_setting)) || !empty(Auth::user()->setting->fa3_setting) && in_array('bonus_purchase_pool', Auth::user()->setting->fa3_setting)) @include('frontend.auth.2fa-3fa-validate-form',[ 'nextSubmittedFormId' => "bonusPurchasePoolForm", 'cancelBtnHtml' =>'', 'type' => 'bonus_purchase_pool' ]) @endif
{{ __("Thank you for your CSR withdrawal request!") }}

{{ __("Your Bonus Purchase Pool application has been received.") }}

{{ __("Application Summary") }}

{{__('Requested Amount')}} :

{{__('Application Date')}} : {{$applicationDate}}

{{__('Reference Number')}} : {{$referenceNo}}

@endif @endsection @push('scripts') @endpush