Role: {{ substr($staff->designation->name, 0, 30) }}
ID: {{ $staff->user->code }}
Phone: {{ $staff->user->mobile }}
DOB: {{ date('d-M-Y', strtotime($staff->dob)) }}
Email: {{ $staff->user->email }}
Join Date: {{ date('d-M-Y', strtotime($staff->joiningDate)) }}