5 lines
127 B
PHP
5 lines
127 B
PHP
@extends('profilelayout')
|
|
@section('content')
|
|
<h5>Terms of Service / AGB</h5>
|
|
<p>It's a privilege, not a right.</p>
|
|
@endsection |