@extends('layouts.master') @section('browserTitle') {{ trans('menu.home') }} {{ trans('menu.clinician') }} @endsection @section('breadcrumb') @endsection @section('title') {{ trans('menu.home') }} @endsection @section('subtitle') {{ trans('msg.welcome') }} {{ $_SESSION['loggedName'] }}! @endsection @section('body')

{{ trans('menu.showYourPatients') }}

{{ trans('menu.showYourPatAssessments') }}

{{ trans('menu.showYourPatExRes') }}

@endsection