@extends('layouts.sidebar') @section('content') @if($littlelink_name == '')

👋 Hi, stranger

You do not have a Page URL set, yet you can change that in the Page section
@else

👋 Hi, @

@endif

Welcome to {{ config('app.name') }}!

{{ $siteLinks }}
{{ $siteClicks }}
{{ $userNumber }}
link: {{ $links }}
click: {{ $clicks }}
@endsection