2023-08-15 14:05:51 -07:00
|
|
|
@extends('frame')
|
|
|
|
|
2024-02-21 16:47:05 -06:00
|
|
|
@section('title', 'Den | Start')
|
2023-08-15 14:05:51 -07:00
|
|
|
|
|
|
|
@section('main-content')
|
|
|
|
|
2023-08-18 18:50:33 -07:00
|
|
|
<section>
|
|
|
|
<article>
|
|
|
|
<h2>Hey {{$handle}} </h2>
|
2024-02-21 16:47:05 -06:00
|
|
|
<a href="/den/you">Edit Your Account</a><br />
|
2024-09-24 16:21:59 -06:00
|
|
|
@if($role==0)
|
|
|
|
<a href="/den/locations">Manage Locations</a><br />
|
2024-02-21 16:47:05 -06:00
|
|
|
<a href="/den/member">Manage Members</a><br />
|
|
|
|
@endif
|
2023-08-18 18:50:33 -07:00
|
|
|
</article>
|
|
|
|
</section>
|
2023-08-15 14:05:51 -07:00
|
|
|
@endsection
|