13 lines
251 B
PHP
13 lines
251 B
PHP
@extends('frame')
|
|
|
|
@section('title', 'Den | Your Profile')
|
|
|
|
@section('main-content')
|
|
<section>
|
|
<article>
|
|
<h2>Edit Profile Deets </h2>
|
|
@include('forms.profile-edit')
|
|
</article>
|
|
</section>
|
|
<br />
|
|
@endsection |