mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-06-25 16:04:37 -05:00
Added Layout to Admin Pages
Plugged in the new layout to the admin pages
This commit is contained in:
@ -1,4 +1,11 @@
|
||||
<div>
|
||||
<h1>Mmeber Stuff</h1>
|
||||
Hey {{$handle}}
|
||||
</div>
|
||||
@extends('frame')
|
||||
|
||||
@section('title', 'Den | Member Admin')
|
||||
|
||||
@section('main-content')
|
||||
<section>
|
||||
<article>
|
||||
<h2>Member Listing </h2>
|
||||
</article>
|
||||
</section>
|
||||
@endsection
|
Reference in New Issue
Block a user