@extends('layouts.app') @section('title', 'Dashboard') @push('styles') @endpush @section('content')
Welcome to DCT Company Secretary - Statutory Record Management System
{{ $companies->count() }}
{{ $totalDirectors }}
{{ $activeAppointments }}
| Company Name | CI Number | Date of Incorporation | Directors | Actions |
|---|---|---|---|---|
|
No companies found. Click "Add Company" to create your first company. |
||||
| {{ $company->company_name }} | {{ $company->ci_number }} | {{ $company->date_of_incorporation->format('d/m/Y') }} | {{ $company->directorAppointments()->whereNull('date_of_ceasing')->count() }} active | |