@extends('layouts.app') @section('title', 'Doctor View') @section('content') @livewire('admin.doctor.doctor-view', ['id' => $id]) @endsection