@extends('layouts.app') @section('title', 'Welcome') @section('content')
@if(auth()->user()->employee) {{ auth()->user()->employee->department->name ?? 'Support' }} Team @else Support Team @endif
Manage and respond to support issues assigned to you.
@else {{-- Regular User Landing Page --}}{{ config('app.name', 'Support Desk') }} - Client Support Management System
Access system administration and management tools.
Client Support Management System
Please log in to access the system.
@endauth