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

{{ trans('msg.rehab')}}

{{ trans('msg.p1')}}
{{ trans('msg.p2')}}


{{ trans('msg.p7')}}

{{ trans('btn.start')}}
@endsection