mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-06-25 16:04:37 -05:00
10 lines
147 B
PHP
10 lines
147 B
PHP
![]() |
@extends('frame')
|
||
|
|
||
|
@section('title', 'This is The Bad Space')
|
||
|
|
||
|
@section('main-content')
|
||
|
@parent
|
||
|
|
||
|
<p>This is where we start</p>
|
||
|
@endsection
|