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 11@extends (' layouts.sidebar' )
22
33@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
58 <h2 class =" mb-4" > 👋 Hi, @<?= $littlelink_name ? > </h2 >
6-
9+ @endif
710 <p >
811 Welcome to {{ config (' app.name' ) } } !
912 </p >
Original file line number Diff line number Diff line change 11@extends (' layouts.sidebar' )
22
33@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
58 <h2 class =" mb-4" > 👋 Hi, @<?= $littlelink_name ? > </h2 >
6-
9+ @endif
710 <p >
8- Welcome to {{ config (' app.name' ) } } !
11+ Welcome to {{ config (' app.name' ) } } !
912 </p >
1013 <div class =" mt-5 row" >
1114 <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