@extends('admin.layouts.layout') @section('css') @endsection @section('content')
| Avatar | Name | Phone | Status | Actions | ||
|---|---|---|---|---|---|---|
|
{{ strtoupper(mb_substr($agent['first_name'] ?? '', 0, 1) . mb_substr($agent['last_name'] ?? '', 0, 1)) }}
{{ $agent['full_name'] ?? ($agent['first_name'] . ' ' . $agent['last_name']) }}
|
{{ $agent['full_name'] ?? ($agent['first_name'] . ' ' . $agent['last_name']) }} | {{ \App\Helpers\Helper::formatPhone($agent['phone'] ?? '') }} | {{ $agent['email'] ?? '' }} |
|
@if($permission['show'])
|
|
|
No Agents Added Yet.
|
||||||