@extends('layouts.dashboard') @section('title', 'Faculty Dashboard') @section('page-content')
{{ $staff->user->name }} • {{ $stats['position'] }} • {{ $department->name }}
My Students
{{ number_format($stats['my_students']) }}
Across all courses
{{ $course->name }}
No courses assigned
Research Projects & Publications
Coming soon
{{ $course->name }}
{{ $stats['position'] }}
{{ $staff->staff_id }}
@if($staff->office_location)📍 {{ $staff->office_location }}
@endif @if($staff->office_hours)Office Hours
{{ $staff->office_hours }}
{{ $colleague->user->name }}
{{ str_replace('_', ' ', $colleague->position) }}
No colleagues
@endforelse