mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-28 17:08:42 +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,11 +1,14 @@
|
|||||||
@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>
|
||||||
<div class="mt-5 row">
|
<div class="mt-5 row">
|
||||||
<h5 class="mb-4"><i class="bi bi-link"> link: {{ $links }} </i></h5>
|
<h5 class="mb-4"><i class="bi bi-link"> link: {{ $links }} </i></h5>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user