@extends('admin.layouts.app') @section('pageTitle') {{ Lang::get('main.home_page_title') }} @endsection @section('contentHeader') @endsection @section('content')
{{ Lang::get('main.therapists') }}
Export data @if(PerUser('therapists_add')) @endif
@if(PerUser('therapists_view'))
{{--@foreach($therapists as $therapist) @endforeach--}}
# {{ Lang::get('main.username') }} {{ Lang::get('main.therapist-name') }} {{ Lang::get('main.image') }} {{ Lang::get('main.main_specialty_ar') }} {{ Lang::get('main.main_specialty_en') }} {{ Lang::get('main.email') }} {{ Lang::get('main.reset') }} {{ Lang::get('main.active') }} {{ Lang::get('main.archive') }} Resume {{ Lang::get('main.action') }}
{{ $x }} {{ !empty($therapist->user) ? $therapist->user->name : '' }} {{ $therapist->name_a }} {{ $therapist->main_specialty_ar }} {{ $therapist->main_specialty_en }}
active==1) checked="checked" @endif id="checkbox-{{ $therapist->id }}">
@if(!empty($therapist->resume)) @endif
@endif
@endsection @section('scriptCode') @if(PerUser('therapists_view')) @endif @endsection