mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-05-06 14:41:02 -05:00
The plumbing for editing location info has been updated, so that data can be changed by authorized memebers. Also added a new data point for locations to store archive links part 2 will focus on setting up permissions and authorizations as well as smoothing out adding new members and member roles. an edit link will be added to locations, which will be visible for members with the correct permissions
14 lines
298 B
PHP
14 lines
298 B
PHP
@extends('frame')
|
|
|
|
@section('title', 'Den|Start')
|
|
|
|
@section('main-content')
|
|
|
|
<section>
|
|
<article>
|
|
<h2>Hey {{$handle}} </h2>
|
|
<a href="/den/member">Manage Member</a><br />
|
|
<a href="/den/locations/1">Manage Location</a>
|
|
</article>
|
|
</section>
|
|
@endsection |