7 lines
165 B
PHP
Executable File
7 lines
165 B
PHP
Executable File
@extends('profilelayout')
|
|
@section('content')
|
|
<h5>What do we log?</h5>
|
|
<span style="font-weight:bold;font-size: 150%;">NOTHING</span>
|
|
@include('footer')
|
|
@endsection
|