@extends('layouts.sidebar')
@section('content')
@if($littlelink_name == '')
👋 Hi, stranger
You do not have a Page URL set, yet you can change that on the Page section
@else
👋 Hi, @= $littlelink_name ?>
@endif
Welcome to {{ config('app.name') }}!
link: {{ $links }}
click: {{ $clicks }}
@endsection