@extends('admin.layouts.layout') @section('content')
| {{ __('Sort') }} | {{ __('Tenant') }} | {{ __('Evaluation Type Name') }} | {{ __('Short Name') }} | {{ __('Description') }} | {{ __('Duration') }} | {{ __('Sort Order') }} | @if($permission['edit'] || $permission['destroy']){{ __('Action') }} | @endif|
|---|---|---|---|---|---|---|---|---|
|
|
{{ $row->tenant->name ?? 'N/A' }} | {{ $row->service_name }} | {{ $row->short_name_of_service ?? '-' }} | {{ Str::limit($row->description, 50) ?? '-' }} | {{ $row->duration ?? 0 }} min | @if($permission['edit'] || $permission['destroy']) | @endif | |
|
{{ __('No Evaluation Types Found') }} |
||||||||