forked from projects/thebadspace
12 lines
244 B
PHP
12 lines
244 B
PHP
|
@extends('frame')
|
||
|
|
||
|
@section('title', 'Den | Your Profile')
|
||
|
|
||
|
@section('main-content')
|
||
|
<section>
|
||
|
<article>
|
||
|
<h2>Edit Profile Deets </h2>
|
||
|
Hi. This is where you change stuff.
|
||
|
</article>
|
||
|
</section>
|
||
|
@endsection
|