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

Workstations

Workstation Launcher

Choose a workstation to access role-based tools.

@foreach($workstations as $ws) {{ $ws['icon'] }}
{{ $ws['name'] }}
{{ $ws['description'] }}
@endforeach
@endsection