This repository has been archived on 2025-03-05. You can view files and clone it, but cannot push or open issues or pull requests.
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