@if(!auth()->user()?->isAdmin())
Admin privileges required to edit landing content.
View landing page ↗ View login page ↗
@if(session('success'))Landing hero table not found. Run migrations.
@endif @endif @if($landingTab === 'stats')| Label | Value | Sort | Actions |
|---|---|---|---|
| {{ $s->label }} | {{ $s->value }} | {{ $s->sort_order }} |
Services block table not found.
@endif @endif @if($landingTab === 'service-cards')| Title | Description | Link | Actions |
|---|---|---|---|
| {{ $c->title }} | {{ Str::limit($c->description, 40) }} | {{ Str::limit($c->link_url, 30) }} |
Contact table not found.
@endif @endif @if($landingTab === 'login-panel')This content appears on the right side of the login page. Use **text** in the description for bold.
@endif