1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-05-11 14:50:57 -05:00
thebadspace/resources/views/back/profile.blade.php

13 lines
251 B
PHP
Raw Permalink 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