@extends('frame')
@section('title', 'The Dash | Start')
@section('main-content')
@if($status)
@else
@include('forms.login')
@endif
@endsection