mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-05-06 14:41:02 -05:00
11 lines
159 B
PHP
11 lines
159 B
PHP
|
@extends('frame')
|
||
|
|
||
|
@section('title', 'Den|Start')
|
||
|
|
||
|
@section('main-content')
|
||
|
|
||
|
<div>
|
||
|
<h1>The Den</h1>
|
||
|
Hey {{$handle}}
|
||
|
</div>
|
||
|
@endsection
|