@extends('layouts.app') @section('title', $director->english_name) @push('styles') @endpush @section('content')
Director details and company appointments
No company appointments found for this director.
| Company | Appointment Date | Status |
|---|---|---|
| {{ $appointment->company->company_name }} | {{ $appointment->date_of_appointment->format('d/m/Y') }} | @if($appointment->date_of_ceasing) Ceased {{ $appointment->date_of_ceasing->format('d/m/Y') }} @else Active @endif |
Deleting this director will also remove all associated company appointments. This action cannot be undone.