10 lines
218 B
PHP
Executable File
10 lines
218 B
PHP
Executable File
@extends('profilelayout')
|
|
@section('content')
|
|
<div class="page-header">
|
|
<h3>Donations</h3>
|
|
</div>
|
|
<div class="box">
|
|
<p>Bitcoin: <code>bc1q9w0nm6xnfkt2nz3szwahrt0gwu3lr797mlcyvf</code></p>
|
|
</div>
|
|
@endsection
|