1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-05-06 14:41:02 -05:00
thebadspace/resources/views/back/start.blade.php
Ro 2cd550eb28 Added Layout to Admin Pages
Plugged in the new layout to the admin pages
2023-08-18 18:50:33 -07:00

12 lines
189 B
PHP

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