@extends('layouts.app') @section('title', 'Patients List') @section('content') @livewire('doctor.patient.patient-list') @endsection