@extends('layouts.app') @section('title', $account->exists ? 'Edit Scheme' : 'Register Corporate Scheme') @section('content')

{{ $account->exists ? "Edit Scheme: {$account->code}" : 'Register Corporate / SACCO Scheme' }}

{{ $account->exists ? $account->name : 'Configure premiums, pilot window and dependant rules' }}

← Back
@if($errors->any())
@endif
@csrf @if($account->exists)@method('PUT')@endif

Identity

Short code shown across the HMIS (e.g. patient banner)

Scheme Lifecycle & Status

3-month pilot tracking auto-enables when set

Premium Configuration

Optional — used when computing extra-dependant charges

Cancel
@endsection