@section('page-title', 'Create Package')

Create New Package

Define a new medical aid plan with benefit limits and waiting periods

Back
@csrf @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Plan Details

Amount charged to each principal member per month

@error('monthly_premium')

{{ $message }}

@enderror
$

Waiting Periods (Months)

@foreach(['general' => 'General', 'specialist' => 'Specialist', 'maternity' => 'Maternity', 'chronic' => 'Chronic', 'appliance' => 'Appliance'] as $key => $label)
@endforeach

Benefit Categories & Limits

Define benefit categories (e.g. consultation, hospital, dental) with annual limits. Add sub-limits for categories like dental (basic, specialized) or optical (frames, lenses).

No benefit categories defined yet. Click "Add Category" to get started.
Cancel
@push('scripts') @endpush