17 lines
318 B
Plaintext
Executable File
17 lines
318 B
Plaintext
Executable File
@extends('profilelayout')
|
|
@section('content')
|
|
<div class="page-header">
|
|
<h3>Donate</h3>
|
|
</div>
|
|
<div class="box">
|
|
<h4>Support us</h4>
|
|
<p>Hello good people of the internet!</p>
|
|
<p>
|
|
<ul>
|
|
<li>w0bm.com Domain 15€/year</li>
|
|
<li>Getting belst to work - 10€/1 Pizza order</li>
|
|
</ul>
|
|
</div>
|
|
@include('footer')
|
|
@endsection
|