@extends('layouts.app') @section('title','Pathology') @section('pages')
Patient Details | : | {!! ucfirst(@$sale_invoice->getPatient->name) !!} @if($sale_invoice->getPatient->primary_account != '1') ({!! $sale_invoice->getPatient->code ?? '' !!}) @endif | ||
Gender | : | {!! $gender ?? '' !!} @if($age > 0) , Age : {!! $age !!} Years @endif | ||
{!! $value->name !!} | : | {!! $value->license_number !!} | ||
Address | : | {!! $sale_invoice->getPatient->first_account_address->address_line1 ?? '' !!}{!! $city != '' ? ', '.$city : '' !!}{!! $state != '' ? ', '.$state : '' !!}{!! $country != '' ? ', '.$country : '' !!} | ||
Phone No | : | {!! $sale_invoice->getPatient->account_contact->phone_no ?? '' !!} @if($whatsapp_no != '') WhatsApp : {!! $whatsapp_no !!} @endif | ||
: | {!! $sale_invoice->getPatient->account_contact->email ?? '' !!} |
Doctor Details | : | {!! ucfirst(@$sale_invoice->getDoctor->name) !!} @if(@$sale_invoice->getDoctor->primary_account != '1') ({!! $sale_invoice->getDoctor->code ?? '' !!}) @endif | ||
Gender | : | {!! $gender ?? '' !!} @if($age > 0) , Age : {!! $age !!} Years @endif | ||
Phone No | : | {!! $sale_invoice->getDoctor->account_contact->phone_no ?? '' !!} @if($whatsapp_no != '') WhatsApp : {!! $whatsapp_no !!} @endif | ||
: | {!! $sale_invoice->getDoctor->account_contact->email ?? '' !!} | |||
Doctor Details | : | Self | ||
Gender | : | - | ||
Address | : | - | ||
Phone No | : | - | ||
: | - |
SL No | User | User Email | User Role | Tracking Type | Tracked At |
---|---|---|---|---|---|
{{ 1 + $trackingkey }} | {{ $tracking->user->name ?? '' }} | {{ $tracking->user->email ?? '' }} | @foreach($roles as $role) {{ $role ?? '' }} @endforeach | {{ ucfirst($tracking->tracking_type) ?? '' }} | {!! formatedDate($tracking->created_at) !!}, {!! formatedTime($tracking->created_at) !!} |