@extends('admin.layouts.layout') @section('content')
| Employee | Mobile | Status | Actions | ||
|---|---|---|---|---|---|
| @if($emp['role_title'] != 'Tenant Admin') @endif |
@php
$avatarThumb = isset($emp['avatar']['thumb'])
? $emp['avatar']['thumb']
: asset('img/200x200/no-profile.jpg');
@endphp
|
{{ \App\Helpers\Helper::formatPhone($emp['mobile'] ?? '') }} | {{ $emp['email'] ?? '' }} |
@if($emp['role_title'] != 'Tenant Admin')
|
@if($permission['show'])
|
| No employees found. | |||||