forked from projects/fipamo
10 lines
158 B
PHP
10 lines
158 B
PHP
|
@extends('frame')
|
||
|
|
||
|
@section('title', 'The Dash | Start')
|
||
|
|
||
|
@section('main-content')
|
||
|
<article>
|
||
|
THIS IS THE DASH!
|
||
|
</article>
|
||
|
@endsection
|