@extends('admin.layouts.app') @section('pageTitle')
{{ Lang::get('main.home_page_title') }}
@endsection @section('contentHeader') @endsection @section('content')
{{ Lang::get('main.therapists') }}
@if(PerUser('therapists_view'))
Send Link
#
{{ Lang::get('main.name') }}
{{ Lang::get('main.email') }}
{{ Lang::get('main.send_register_link_date') }}
{{ Lang::get('main.action') }}
@endif
@endsection @section('scriptCode') @if(PerUser('therapists_view')) @endif @endsection