Redirect home page to login or dashboard
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('content')
|
||||
|
||||
@auth
|
||||
<p>Welcome! Go to your dashboard.</p>
|
||||
@endauth
|
||||
|
||||
@guest
|
||||
<p>Hi. Login</p>
|
||||
@endguest
|
||||
|
||||
@endsection
|
||||
Reference in New Issue
Block a user