8 lines
129 B
PHP
8 lines
129 B
PHP
|
@extends('frame')
|
||
|
|
||
|
@section('title', 'The Dash | Start')
|
||
|
|
||
|
@section('main-content')
|
||
|
@include('forms.login')
|
||
|
@endsection
|