@extends('admin.layouts.app') @section('pageTitle') {{ Lang::get('main.home_page_title') }} @endsection @section('contentHeader') @endsection @section('content')
{{ Lang::get('main.therapistsrequests') }}
@if(PerUser('therapists_view'))
# {{ Lang::get('main.therapist-name') }} {{ Lang::get('main.column-name') }} {{ Lang::get('main.from') }} {{ Lang::get('main.to') }} {{ Lang::get('main.add_date') }} {{ Lang::get('main.action') }}
@endif
@endsection @section('scriptCode') @if(PerUser('therapists_view')) @endif @endsection