1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-05-06 14:41:02 -05:00
thebadspace/resources/views/back/start.blade.php

14 lines
296 B
PHP
Raw Normal View History

@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">Manage Location</a>
</article>
</section>
@endsection