fipamo/resources/views/back/start.blade.php

12 lines
226 B
PHP
Raw Normal View History

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