@extends('frame')

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

  @section('main-content')
      @include('forms.login')
  @endsection