@extends('layouts.app') @section('title', 'Patient Management') @section('content') @livewire('doctor.patient.patient-management') @endsection