You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TheBadSpace/resources/views/back/start.blade.php

12 lines
189 B
PHTML

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