@extends('layouts.admin') @section('title', 'Todos los Agentes') @section('content')
No hay agentes registrados.
@else| Nombre | Teléfono | Agencia | Posición | Estado | Acciones | |
|---|---|---|---|---|---|---|
|
@if($agent && $agent->photo_file)
|
{{ $user->email }} | {{ $agent->phone ?? '-' }} | @if($agent && $agent->agency) {{ $agent->agency->name }} @else Sin agencia @endif | {{ $agent->position ?? '-' }} | {{ $agent->active ?? true ? 'Activo' : 'Inactivo' }} |