@extends('frame')

@section('title', 'The Dash | Start')

  @section('main-content')
      <article>
        THIS IS THE DASH!
      </article>
  @endsection