thebadspace/resources/views/back/start.blade.php

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