@extends('layouts.app') @section('title', 'Director Appointments - ' . $company->company_name) @section('content')
No director appointments found for this company.
Add First Appointment| Director Name / 董事姓名 | Date of Appointment / 委任日期 | Date of Ceasing / 離職日期 | Status | Remarks / 備註 | Actions |
|---|---|---|---|---|---|
| {{ $appointment->director->full_name }} | {{ $appointment->date_of_appointment->format('d/m/Y') }} | {{ $appointment->date_of_ceasing ? $appointment->date_of_ceasing->format('d/m/Y') : '-' }} | @if($appointment->date_of_ceasing) Ceased @else Active @endif | {{ Str::limit($appointment->remarks, 30) ?? '-' }} |