增加 safeNull

This commit is contained in:
iVampireSP.com 2023-03-04 18:07:00 +08:00
parent 86195ca628
commit 612758adce
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -33,7 +33,7 @@
@foreach($affiliateUsers as $user) @foreach($affiliateUsers as $user)
<tr> <tr>
<td>{{ $user->id }}</td> <td>{{ $user->id }}</td>
<td>{{ $user->user->name }}</td> <td>{{ $user->user?->name }}</td>
<td>{{ $user->revenue }} </td> <td>{{ $user->revenue }} </td>
{{-- <td>--}} {{-- <td>--}}