@extends('layouts.app') @section('title', $company->company_name) @push('styles') @endpush @section('content')
Company details and statutory records
No directors appointed yet.
| Director Name | Appointed | Status |
|---|---|---|
| {{ $appointment->director->full_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 company will also remove all associated director appointments. This action cannot be undone.