@extends('layouts.master') @section('browserTitle') @if(isset($_SESSION['logged'])&&($_SESSION['logged']==true)) @if($_SESSION['role']=='admin') {{ trans('menu.clinicianDetails') }} @elseif($_SESSION['role']=='clinician') @if($_SESSION['loggedID']== $clinician->id) {{ trans('menu.profile') }} @else {{ trans('menu.clinicianDetails') }} @endif @endif @endif @endsection @section('breadcrumb') @if(isset($_SESSION['logged'])&&($_SESSION['logged']==true)) @if($_SESSION['role']=='admin')
@if(isset($_SESSION['logged'])&&($_SESSION['logged']==true)) @if($_SESSION['role']=='admin') {{ trans('btn.edit') }} {{ trans('menu.editPw') }} {{ trans('btn.back') }} @if(count($clinician->patients)==0) {{ trans('btn.delete') }} @else {{ trans('btn.delete') }} @endif @elseif($_SESSION['role']=='clinician' && $_SESSION['loggedID']== $clinician->id) {{ trans('btn.edit') }} {{ trans('btn.editPw') }} @elseif($_SESSION['role']=='clinician' && $_SESSION['loggedID'] !== $clinician->id) {{ trans('btn.back') }} @endif @endif
{{ trans('other.firstname') }} | {{ $clinician->user->firstname }} |
---|---|
{{ trans('other.lastname') }} | {{ $clinician->user->lastname }} |
{{ trans('other.email') }} | {{ $clinician->user->email }} |
{{ trans('other.title') }} | {{ $clinician->title }} |
{{ trans('other.workplace') }} | {{ $clinician->workplace }} |