fix! agents table in admin module
This commit is contained in:
parent
e5b14bdfd8
commit
4ef4803d90
@ -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">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user