@section('title', '- Buy eBits') @extends('layouts.user-profile', [ "withOutAside" => true, "include_alerts" => false, "includeLoader" => false ]) @section('section-body') {{-- Alerts --}} @include('alerts.success') @include('alerts.warning') {{-- End Alerts --}} @include('loader')
{{-- Title --}}

@lang('ebit.title_buy_ebits')


{{-- Options container --}}
@lang('ebit.info_msg1') @lang('ebit.ingo_msg1_link')
{{-- Input ebits amount --}}
eBits
{{-- End input ebits amount --}}
{{-- OPTION TABS --}}
{{-- Electronic transfer --}}

@lang('ebit.transfer')

{{-- End electronic transfer --}} {{-- Cryptocurrency --}}

@lang('ebit.criptos')

{{-- End cryptocurrency --}} {{-- Stripe --}}

Buy with Debit/Credit card

{{-- End Stripe --}} {{-- Plaid --}} {{--

Buy with bank transfer

--}} {{-- End Plaid --}}
{{-- END OPTION TABS --}}
{{-- End option tabs container --}}
{{-- Dynamic tab content container --}}
{{-- File transfer tab --}}




@lang('ebit.info_msg5') @lang('ebit.info_msg5_link')
{{-- End filetransfer tab --}} {{-- Cryptocurrency tab --}}
@lang('ebit.title_ebit_pay')

    @foreach ($currencies as $curr) @if ($curr->allow_transaction == 1)
  1. {{ $curr->name }}

    Purchase Price: {{ $curr->buy_value }}

  2. @endif @endforeach


@lang('ebit.title_ebit_pay_2')




@lang('ebit.info_msg5') @lang('ebit.info_msg5_link')
{{-- End cryptocurrency tab --}} {{-- Stripe tab --}}
@include('sections.payment-partials.stripe-payment')



Ebit Market Corp accept more than 100 currencies. Check if your currency is available
{{-- End stripe tab --}} {{-- Plaid tab --}} {{--
@include('sections.payment-partials.plaid-payment')
--}} {{-- End Plaid tab --}}
{{-- End dynamic tab container --}}
{{-- Modal viedo --}} {{-- End Modal video --}} @endsection @push('css') @endpush {{-- --}} @push('js') {{-- Variables js --}} {{-- Main js for buy ebits page --}} @endpush