@extends('layouts.dashboard') @section('content')
Client Id | Name | DOB | Gender | Zip Code | City | Address | |
---|---|---|---|---|---|---|---|
{{$patient->pid}} | {{$patient->fname}} {{$patient->lname}} | {{$patient->email}} | {{$patient->DOB}} | {{$patient->sex}} | {{$patient->postal_code}} | {{$patient->city}} | {{$patient->street}} |
Agency Name | Referring Contact | Referring Email | Location | Description | Address | |
---|---|---|---|---|---|---|
{{$srvdata->service_name}}
|
||||||
{{$datas->name}} | {{$datas->ref_phone}} | {{$datas->email}} | {{$datas->loc_name}} | {{$datas->description}} | @if($datas->loc_address){{$datas->loc_address}}, @endif @if($datas->loc_city){{$datas->loc_city}}, @endif @if($datas->loc_state){{$datas->loc_state}}, @endif @if($datas->loc_zipCode){{$datas->loc_zipCode}}@endif | |