@extends('portal.ninja2020.layout.payments', ['gateway_title' => ctrans('texts.payment_type_Crypto'), 'card_title' => ctrans('texts.payment_type_Crypto')])
@section('gateway_head')
@endsection
@section('gateway_content')
Invoice #{{$invoice_number}}
{{$amount}} {{$currency}}
Copy
To pay, send bitcoin to this address:
') }}" class="icon" alt="Copy Icon">
Amount of bitcoin (BTC) to send:
{{$btc_amount}}
') }}" class="icon" alt="Copy Icon">
1 BTC = {{$btc_price}} {{$currency}}, updates in
@endsection
@section('gateway_footer')
@vite('resources/js/clients/payments/blockonomics.js')
@endsection