1
0
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:
Ro
2023-08-18 18:50:33 -07:00
parent 8ed167b951
commit 2cd550eb28
8 changed files with 51 additions and 25 deletions

View File

@ -4,8 +4,9 @@
@section('main-content')
<div>
<h1>The Den</h1>
Hey {{$handle}}
</div>
<section>
<article>
<h2>Hey {{$handle}} </h2>
</article>
</section>
@endsection