@extends('dashboard.layouts.app') @section('content')
Full Name: {{ $user->full_name }}
Mobile: {{ $user->mobile ?? ($user->staff->mobile ?? 'N/A') }}
Role: {{ $user->role->name ?? 'N/A' }}
Designation: {{ $user->staff->designation->title ?? 'N/A' }}
Staff No: {{ $user->staff->staff_no ?? 'N/A' }}
Email: {{ $user->email }}
Department: {{ $user->staff->department->name ?? 'N/A' }}
Date of Joining: {{ $user->staff->date_of_joining ?? 'N/A' }}
Month: {{ $month }}
Year: {{ $year }}