{{$data->prefix}}{{ucfirst($data->full_name)}}
{{ucfirst($data->designation) }}
Employee ID : {{$data->employee_id}}
{{$data->experience}}yrs Exp
{{count(App\Models\Appointments::where('therapist_id', $data->id)->get())}} Sessions
{{$data->language_known}}
- Phone: {{$data->mobile}}
- Email: {{$data->email }}
- Birthday: {{date("d M Y ",strtotime($data->dob)) }}
- Address: {{$data->address }}
- Gender: {{$data->gender }}
- Qualification: {{$data->qualification }}
- Joining Date: {{date("d M Y ",strtotime($data->joining_date)) }}
- Slot Setting Permission: {{Str::upper($data->slot_setting_permission) }}
@if($data->services)
@endif
@if($data->specialization_and_expertise )
@endif
@if($data->personal_background)
@endif
@if($data->research_and_publications)
@endif
@if($data->approach_and_treatment)
@endif
@if($data->philosophy_and_approach)
@endif
@if($data->client_focus_and_population)
@endif
@if($data->skills)
@endif
@if($data->skills)
@endif
@if($data->awards)
@endif
Services
@foreach($data->services as $item) @php $s=App\Models\Service::where('id',$item)->pluck('service_name')->first(); @endphp {{$s }} @endforeachSpecialization and Expertise
@foreach($data->specialization_and_expertise as $item) @php $s=App\Models\Specialization::where('id',$item)->pluck('tag')->first(); @endphp {{$s }} @endforeachAddress
-
Address
{{$data->address}} -
City
{{$data->city}} -
State
{{$data->state}} -
Country
{{$data->country}} -
Postal Code
{{$data->postal_code}}
Biography
{{$data->biography}}Personal Background
{{$data->personal_background}}Research and Publications
{{$data->research_and_publications}}Approach and Treatment
{{$data->approach_and_treatment}}Philosophy and Approach
{{$data->philosophy_and_approach}}Client Focus and Population
{{$data->client_focus_and_population}}Skills
{{$data->skills}}Skills
{{$data->skills}}Awards
{{$data->awards}}Experience
-
@foreach($data->work as $item)
-
Education Informations
-
@foreach($data->academics as $item)
-
Additional Training
-
@foreach($data->training as $item)
-
@if($slot)
@foreach(days() as $day)
@else
@endif
Slots
Break Time: {{$slot->break_duration}}
| {{$day}} | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Unavailable | ||||||||||||||||
|
||||||||||||||||
Slots Not set for {{$data->full_name}}
Reviews
| SL.NO | User | Comment | Star | Date | View Appoinment Deatils |
|---|