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