1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-05-06 14:41:02 -05:00
thebadspace/resources/views/front/index.blade.php

10 lines
147 B
PHP
Raw Normal View History

@extends('frame')
@section('title', 'This is The Bad Space')
@section('main-content')
@parent
<p>This is where we start</p>
@endsection