ba79c9924c
Added some controllers and template pages to test connection with the db and begin the process of porting over functionality to this version. Also made some minor tweaks to formatting configs and updated a color in the css
11 lines
164 B
PHP
11 lines
164 B
PHP
@extends('frame')
|
|
|
|
@section('title', 'This is The Bad Space')
|
|
|
|
@section('main-content')
|
|
@parent
|
|
|
|
<p>This is where we start</p>
|
|
{{ $count }}
|
|
@endsection
|