Update pbx access
This commit is contained in:
parent
9a8a2e2215
commit
0aa9ee78bb
|
|
@ -105,7 +105,7 @@
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{$user->name}}</td>
|
<td>{{$user->name}}</td>
|
||||||
<td>{{$user->email}}</td>
|
<td><a href="mailto:{{$user->email}}">{{$user->email}}</a></td>
|
||||||
<td>{{$user->ext}}</td>
|
<td>{{$user->ext}}</td>
|
||||||
<td>{{$user->position}}</td>
|
<td>{{$user->position}}</td>
|
||||||
<td>{{$user->department}}</td>
|
<td>{{$user->department}}</td>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue