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,14 +1,12 @@
|
||||
@extends('frame')
|
||||
|
||||
@section('title', 'Den|Locations')
|
||||
@section('title', 'Den | Location Admin')
|
||||
|
||||
@section('main-content')
|
||||
@parent
|
||||
<section role="loc-index">
|
||||
<div>
|
||||
<h1>Locations</h1>
|
||||
Hey {{$handle}}<br />
|
||||
|
||||
<section>
|
||||
<article>
|
||||
<h2>Location Listings</h2>
|
||||
@if($action === "add")
|
||||
@include('forms.add-location')
|
||||
@elseif($action === "edit")
|
||||
@ -18,6 +16,6 @@
|
||||
@else
|
||||
START
|
||||
@endif
|
||||
</div>
|
||||
</article>
|
||||
</section>
|
||||
@endsection
|
Reference in New Issue
Block a user