2018-05-29 20:35:05 -06:00
|
|
|
@extends('site.partial.template')
|
|
|
|
|
|
|
|
@section('section')
|
|
|
|
|
|
|
|
<div class="title">
|
|
|
|
<h3 class="font-weight-bold">Terms Of Use</h3>
|
|
|
|
</div>
|
|
|
|
<hr>
|
2018-06-02 20:11:08 +02:00
|
|
|
@endsection
|
|
|
|
|
|
|
|
@push('meta')
|
|
|
|
<meta property="og:description" content="Terms of Use">
|
|
|
|
@endpush
|