mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-29 09:28:45 +02:00
Added no Page URL message
Added no Page URL message to the Admin and User panel
This commit is contained in:
parent
a0d8c05f4e
commit
6f94f40636
@ -1,9 +1,12 @@
|
|||||||
@extends('layouts.sidebar')
|
@extends('layouts.sidebar')
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
@if($littlelink_name == '')
|
||||||
|
<h2 class="mb-4"> 👋 Hi, stranger</h2>
|
||||||
|
<h5>You do not have a Page URL set, yet you can change that in the Page section</h5>
|
||||||
|
@else
|
||||||
<h2 class="mb-4"> 👋 Hi, @<?= $littlelink_name ?></h2>
|
<h2 class="mb-4"> 👋 Hi, @<?= $littlelink_name ?></h2>
|
||||||
|
@endif
|
||||||
<p>
|
<p>
|
||||||
Welcome to {{ config('app.name') }}!
|
Welcome to {{ config('app.name') }}!
|
||||||
</p>
|
</p>
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
@extends('layouts.sidebar')
|
@extends('layouts.sidebar')
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
@if($littlelink_name == '')
|
||||||
|
<h2 class="mb-4"> 👋 Hi, stranger</h2>
|
||||||
|
<h5>You do not have a Page URL set, yet you can change that in the Page section</h5>
|
||||||
|
@else
|
||||||
<h2 class="mb-4"> 👋 Hi, @<?= $littlelink_name ?></h2>
|
<h2 class="mb-4"> 👋 Hi, @<?= $littlelink_name ?></h2>
|
||||||
|
@endif
|
||||||
<p>
|
<p>
|
||||||
Welcome to {{ config('app.name') }}!
|
Welcome to {{ config('app.name') }}!
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user