Personal Details
Image
@if ($doctor->image)
@else
--
@endif
Clinic
{{ $doctor->clinic && $doctor->clinic->name ? $doctor->clinic->name : '--'}}
Name
{{ $doctor->name ? $doctor->name : '--' }}
{{ $doctor->email ? $doctor->email : '--' }}
Status
{{ $doctor->is_active ? 'Active' : 'Inactive' }}
Created At
{{ date_format($doctor->created_at, 'd-m-Y') }}
Description
{!! $doctor->description !!}
Home Address
Country
{{ $doctor->country->name ?? '--' }}
City
{{ $doctor->city->name ?? '--' }}
State
{{ $doctor->state->name ?? '--' }}
Address Line 1
{{ $doctor->address_line_1 ? $doctor->address_line_1 : '--' }}
Address Line 2
{{ $doctor->address_line_2 ? $doctor->address_line_2 : '--' }}
Zip Code
{{ $doctor->zip_code ? $doctor->zip_code : '--' }}
Work Address
Country
{{ $doctor->work_country->name ?? '--' }}
City
{{ $doctor->work_city->name ?? '--' }}
State
{{ $doctor->work_state->name ?? '--' }}
Address Line 1
{{ $doctor->work_address_line_1 ? $doctor->work_address_line_1 : '--' }}
Address Line 2
{{ $doctor->work_address_line_2 ? $doctor->work_address_line_2 : '--' }}
Zip Code
{{ $doctor->work_zip_code ? $doctor->work_zip_code : '--' }}
Billing Address
Country
{{ $doctor->billing_country->name ?? '--' }}
City
{{ $doctor->billing_city->name ?? '--' }}
State
{{ $doctor->billing_state->name ?? '--' }}
Address Line 1
{{ $doctor->billing_address_line_1 ? $doctor->billing_address_line_1 : '--' }}
Address Line 2
{{ $doctor->billing_address_line_2 ? $doctor->billing_address_line_2 : '--' }}
Zip Code
{{ $doctor->billing_zip_code ? $doctor->billing_zip_code : '--' }}
Shipping Address
Country
{{ $doctor->shipping_country->name ?? '--' }}
City
{{ $doctor->shipping_city->name ?? '--' }}
State
{{ $doctor->shipping_state->name ?? '--' }}
Address Line 1
{{ $doctor->shipping_address_line_1 ? $doctor->shipping_address_line_1 : '--' }}
Address Line 2
{{ $doctor->shipping_address_line_2 ? $doctor->shipping_address_line_2 : '--' }}
Zip Code
{{ $doctor->shipping_zip_code ? $doctor->shipping_zip_code : '--' }}
Certifications
@if(!empty($doctor->doctor_certifications) && count($doctor->doctor_certifications) > 0) @foreach($doctor->doctor_certifications as $certification)Title
{{ $certification->name ? $certification->name : '--' }}
File
@if ($certification->image)
@else
--
@endif
Status
{{ $certification->is_active ? 'Active' : 'Inactive' }}
Created At
{{ date_format($certification->created_at, 'd-m-Y') }}
Description
{!! $certification->description !!}
Title
'--'
File
'--'
Status
'--'
Created At
'--'
Educations
@if(!empty($doctor->doctor_educations) && count($doctor->doctor_educations) > 0) @foreach($doctor->doctor_educations as $education)Title
{{ $education->name ? $education->name : '--' }}
File
@if ($education->image)
@else
--
@endif
Status
{{ $education->is_active ? 'Active' : 'Inactive' }}
Created At
{{ date_format($education->created_at, 'd-m-Y') }}
Description
{!! $education->description !!}
Title
'--'
File
'--'
Status
'--'
Created At
'--'
Experiences
@if(!empty($doctor->doctor_experiences) && count($doctor->doctor_experiences) > 0) @foreach($doctor->doctor_experiences as $experience)Title
{{ $experience->name ? $experience->name : '--' }}
File
@if ($experience->image)
@else
--
@endif
Status
{{ $experience->is_active ? 'Active' : 'Inactive' }}
Created At
{{ date_format($experience->created_at, 'd-m-Y') }}
Description
{!! $experience->description !!}
Title
'--'
File
'--'
Status
'--'
Created At
'--'
Courses
@if(!empty($doctor->doctor_archives) && count($doctor->doctor_archives) > 0) @foreach($doctor->doctor_archives as $course)Title
{{ $course->name ? $course->name : '--' }}
File
@if ($course->image)
@else
--
@endif
Status
{{ $course->is_active ? 'Active' : 'Inactive' }}
Created At
{{ date_format($course->created_at, 'd-m-Y') }}
Description
{!! $course->description !!}
Title
'--'
File
'--'
Status
'--'
Created At
'--'
Media
@if(!empty($doctor->doctor_broadcasts) && count($doctor->doctor_broadcasts) > 0) @foreach($doctor->doctor_broadcasts as $media)Title
{{ $media->name ? $media->name : '--' }}
File
@if ($media->image)
@else
--
@endif
Status
{{ $media->is_active ? 'Active' : 'Inactive' }}
Created At
{{ date_format($media->created_at, 'd-m-Y') }}
Description
{!! $media->description !!}
Title
'--'
File
'--'
Status
'--'
Created At
'--'
Podcasts
@if(!empty($doctor->doctor_podcasts) && count($doctor->doctor_podcasts) > 0) @foreach($doctor->doctor_podcasts as $podcast)Title
{{ $podcast->name ? $podcast->name : '--' }}
File
@if ($podcast->image)
@else
--
@endif
Status
{{ $podcast->is_active ? 'Active' : 'Inactive' }}
Created At
{{ date_format($podcast->created_at, 'd-m-Y') }}
Description
{!! $podcast->description !!}
Title
'--'
File
'--'
Status
'--'
Created At
'--'