дебак с контрактами
This commit is contained in:
parent
dec9877ea7
commit
8e572db06e
@ -11,10 +11,10 @@
|
||||
@endif
|
||||
</td>
|
||||
<td class="align-middle">
|
||||
{{ $agent->user()->first()->phone }}
|
||||
{{ $agent->user()->first()?->phone }}
|
||||
</td>
|
||||
<td class="align-middle">
|
||||
{{ $agent->user->email }}
|
||||
{{ $agent->user()->first()?->email }}
|
||||
</td>
|
||||
@if (!$agent->trashed())
|
||||
<td class="align-middle text-end ">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user