@extends('layouts.dashboard') @section('dashboard-content')

Workstation

{{ $workstation['name'] }}

{{ $workstation['description'] ?: 'This workstation is not yet fully implemented in Laravel.' }}

Full functionality for this workstation is available in the Next.js application. Use the dashboard for boundary and dispute search, user management, and landing admin.

Back to Workstations Dashboard
@endsection