forked from are0h/TheBadSpace
Added Layout to Admin Pages
Plugged in the new layout to the admin pagesabout-updates
parent
7151314122
commit
e78c2a04fe
@ -1,4 +1,11 @@
|
|||||||
<div>
|
@extends('frame')
|
||||||
<h1>Mmeber Stuff</h1>
|
|
||||||
Hey {{$handle}}
|
@section('title', 'Den | Member Admin')
|
||||||
</div>
|
|
||||||
|
@section('main-content')
|
||||||
|
<section>
|
||||||
|
<article>
|
||||||
|
<h2>Member Listing </h2>
|
||||||
|
</article>
|
||||||
|
</section>
|
||||||
|
@endsection
|
Loading…
Reference in New Issue