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

11 lines
159 B
PHP
Raw Normal View History

@extends('frame')
@section('title', 'Den|Start')
@section('main-content')
<div>
<h1>The Den</h1>
Hey {{$handle}}
</div>
@endsection