File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
@extends (' layouts.sidebar' )
2
2
3
3
@section (' content' )
4
-
4
+ @if ($littlelink_name == ' ' )
5
+ <h2 class =" mb-4" > 👋 Hi, stranger</h2 >
6
+ <h5 >You do not have a Page URL set, yet you can change that in the Page section</h5 >
7
+ @else
5
8
<h2 class =" mb-4" > 👋 Hi, @<?= $littlelink_name ? > </h2 >
6
-
9
+ @endif
7
10
<p >
8
11
Welcome to {{ config (' app.name' ) } } !
9
12
</p >
Original file line number Diff line number Diff line change 1
1
@extends (' layouts.sidebar' )
2
2
3
3
@section (' content' )
4
-
4
+ @if ($littlelink_name == ' ' )
5
+ <h2 class =" mb-4" > 👋 Hi, stranger</h2 >
6
+ <h5 >You do not have a Page URL set, yet you can change that in the Page section</h5 >
7
+ @else
5
8
<h2 class =" mb-4" > 👋 Hi, @<?= $littlelink_name ? > </h2 >
6
-
9
+ @endif
7
10
<p >
8
- Welcome to {{ config (' app.name' ) } } !
11
+ Welcome to {{ config (' app.name' ) } } !
9
12
</p >
10
13
<div class =" mt-5 row" >
11
14
<h5 class =" mb-4" ><i class =" bi bi-link" > link: {{ $links } } </i ></h5 >
You can’t perform that action at this time.
0 commit comments