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

{{$user->firstname. ' '.$user->lastname}}

@if ($user->client->employee_id)
Staff: {{$user->client->employee->user->firstname.' '.$user->client->employee->user->lastname}}
@endif
Client ID : {{$user->client->clt_id}}
{{-- --}}
{{--

Office Management

1 open tasks, 9 tasks completed

Lorem Ipsum is simply dummy text of the printing and typesetting industry. When an unknown printer took a galley of type and scrambled it...

Deadline:
17 Apr 2019
Project Leader :

Progress 40%

Project Management

2 open tasks, 5 tasks completed

Lorem Ipsum is simply dummy text of the printing and typesetting industry. When an unknown printer took a galley of type and scrambled it...

Deadline:
17 Apr 2019
Project Leader :

Progress 40%

Video Calling App

3 open tasks, 3 tasks completed

Lorem Ipsum is simply dummy text of the printing and typesetting industry. When an unknown printer took a galley of type and scrambled it...

Deadline:
17 Apr 2019
Project Leader :

Progress 40%

Hospital Administration

12 open tasks, 4 tasks completed

Lorem Ipsum is simply dummy text of the printing and typesetting industry. When an unknown printer took a galley of type and scrambled it...

Deadline:
17 Apr 2019
Project Leader :

Progress 40%

  • check Patient appointment booking person_add delete
  • check Appointment booking with payment gateway person_add delete
  • check Doctor available module person_add delete
  • check Patient and Doctor video conferencing person_add delete
  • check Private chat module person_add delete
  • check Patient Profile add person_add delete
--}}
@endsection @push('modals') @endpush