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