@extends('admin.layouts.master') @section('content')

Therapist Info

@if($therapist && $therapist['profile_image']) User profile picture @else User profile picture @endif

{{$therapist['first_name']." ".$therapist['last_name']}}

{{$therapist['email']}}
{{$therapist['mobile']}}

About Me

Years of Experience

{{$therapist['experience']}}


Location

{{$therapist['address'].', '. $therapist['city'] .', '.$therapist['country']}}


Date of Birth

{{($therapist['date_of_birth']) ? date('d M Y',strtotime($therapist['date_of_birth'])) : ''}}

Therapist Details

About Me

{{$therapist['about_me']}}

Experience Summary

{{$therapist['exp_summary']}}

Specialism

@if($therapist['specialisms'])
    @foreach($therapist['specialisms'] as $specialisms)
  • {{$specialisms}}
  • @endforeach
@endif

Tools

@if($therapist['tools'])
    @foreach($therapist['tools'] as $tool)
  • {{$tool}}
  • @endforeach
@endif

Qualifications

@if($therapist['qualifications'])
    @foreach($therapist['qualifications'] as $qualifications)
  • {{$qualifications['qualification']}}({{$qualifications['end_date']}})
  • @endforeach
@endif

Certification

@if($therapist['certification'])
@if( $therapist['certification_file_ext'] == 'pdf') @else Photo @endif
@endif

Govt Identity

@if($therapist['govt_identity'])
@if( $therapist['govt_identity_file_ext'] == 'pdf') @else Photo @endif
@endif

DBS Evidence (Working with U18)

@if($therapist['certification'])
@if( $therapist['certification_file_ext'] == 'pdf') @else Photo @endif
@endif

Indemnity insurance

@if($therapist['insruance_certificate'])
@if( $therapist['insruance_certificate_file_ext'] == 'pdf') @else Photo @endif
@endif

ChatRoom Stats

@endsection @section('script') @endsection