ro
f7c9558da2
seperated dash controllers for api controllers in the controller directory to make them easier to manage also added middleware to check authorization when accessing dash pages
8 lines
129 B
PHP
8 lines
129 B
PHP
@extends('frame')
|
|
|
|
@section('title', 'The Dash | Start')
|
|
|
|
@section('main-content')
|
|
@include('forms.login')
|
|
@endsection
|