| {{ $item->patient->email }} | |
| {{ $item->patient->phone }} |
@extends('layouts.website.website')
@section('content')
{{ $item->patient->email }}
{{ $item->patient->phone }}