fix! agents table in admin module

This commit is contained in:
developer 2026-04-10 08:40:56 +08:00
parent e5b14bdfd8
commit 4ef4803d90

View File

@ -18,8 +18,8 @@
<tr> <tr>
<td>{{ $agent->user->name }} <td>{{ $agent->user->name }}
<td>{{ $agent->company?->name }} <td>{{ $agent->company?->name }}
<td>{{ $agent->user0->phone }} <td>{{ $agent->user?->phone }}
<td>{{ $agent->user->email }} <td>{{ $agent->user?->email }}
<td> <td>
<form method="post" action="{{ route('admin.bitrix.agent.set', ['agent' => $agent->id]) }}" <form method="post" action="{{ route('admin.bitrix.agent.set', ['agent' => $agent->id]) }}"
class="input-group mb-3"> class="input-group mb-3">