@extends('layouts.masterbeta') @section('title', 'Click ERP - My Profile') @push('styles') @endpush @section('breadcrumbs') My Profile @endsection @section('content')
Manage your profile information and emergency contacts.
{{ $staff->designation ?? 'Staff Member' }}
{{ $staff->status }}| Full Name | Relationship | Phone | Medical Notes | Actions |
|---|---|---|---|---|
| {{ $dependent->fullname }} | {{ $dependent->relationship }} | {{ $dependent->phone ?? 'N/A' }} | {{ $dependent->medical_details ?? 'None' }} |
|
| No emergency contacts added yet. | ||||