@extends('layouts.staff') @section('title', 'Dashboard') @section('content') Welcome to your staff workspace. Use the sidebar to access library, messages, and notifications. @if ($adminLinks->isNotEmpty()) Admin shortcuts @foreach ($adminLinks as $link) {{ $link['label'] }} @endforeach @endif @endsection
Welcome to your staff workspace. Use the sidebar to access library, messages, and notifications.