@extends('admin.layouts.dashboard')
@section('title', 'Executive')
@section('content')
| Designation{{ $executive->occupation ?: '—' }} | Staff ID{{ $executive->gym_id ?: '—' }} | Terminal PIN{{ $executive->pin2 ?: '—' }} |
| Age{{ $executive->age }} | Sex{{ $sex[$executive->sex] ?? '—' }} | Blood group{{ $blood_group[$executive->blood_group] ?? '—' }} |
| Phone{{ $executive->phone_number ?: '—' }} | Emergency{{ $executive->emergency_contact ?: '—' }} | Joined{{ $executive->registration_date ? date('d M Y', strtotime($executive->registration_date)) : '—' }} |
| Address{{ $executive->present_address ?: '—' }} | ||
| NID / Passport{{ $executive->identification_id ?: '—' }} | ||