Welcome to Ladill Care

Two quick choices shape your facility: what you do (category) and how patients move through it (workflow).

@php $categoryDefaults = []; foreach ($categories as $key => $category) { $categoryDefaults[$key] = $category['default_template'] ?? $defaultTemplate; } @endphp
@csrf
@error('organization_name')

{{ $message }}

@enderror

1. Facility category

Decides which modules (lab, pharmacy, imaging, billing) are turned on.

@foreach ($categories as $key => $category) @endforeach
@error('facility_category')

{{ $message }}

@enderror

2. Workflow template

Defines the patient journey and where payments are collected. You can customize this later.

@foreach ($templates as $key => $template) @endforeach
@error('workflow_template')

{{ $message }}

@enderror