thebadspace/resources/views/back/profile.blade.php

13 lines
251 B
PHP
Raw Normal View History

@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