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

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

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

@endsection