@extends('layouts.admin') @section('title', $title) @section('content') @php $phaseMap = [ 'Appointments' => 3, 'Doctor Allocation' => 3, 'Patients Directory' => 4, 'Clinical Disease / Diagnosis' => 5, 'Medicine Directory' => 5, 'Doctors' => 5, 'Staff' => 2, 'Doctor Dashboard' => 6, 'Billing & Payments' => 7, 'Bulk Broadcasts' => 8, 'Reports' => 9, 'Clinic Practice Profile' => 9, ]; $phase = $phaseMap[$title] ?? null; @endphp

{{ $title }}

This module is part of the build plan@if($phase) — scheduled for Phase {{ $phase }}@endif. The layout, navigation and shared components are already in place.

@endsection