Organizations

Manage client organizations and company details.

@forelse ($this->organizations as $org) @empty @endforelse
Contact Website Actions
{{ $org->name }} {{ $org->email ?? '—' }} {{ $org->contact_number ?? '—' }} {{ $org->website ?? '—' }} {{ $org->status ? 'Active' : 'Inactive' }}
No organizations found.
{{ $this->organizations->links() }}