|
|
@@ -117,7 +117,8 @@
|
|
|
total:'{{$inventory->total}}',end_at:'{{$inventory->end_at}}',
|
|
|
start_at:'{{$inventory->start_at}}',type:'{{$inventory->type}}',
|
|
|
difference:'{{$inventory->difference}}',
|
|
|
- remark:'{{$inventory->remark}}',ignored:'{{$inventory->ignored}}',auditor:'{{$inventory->auditor?$inventory->userAuditor->name:''}}',
|
|
|
+ remark:'{{$inventory->remark}}',ignored:'{{$inventory->ignored}}',
|
|
|
+ @if($inventory->userAuditor)auditor:'{{$inventory->userAuditor['name']}}',@endif
|
|
|
},
|
|
|
@endforeach
|
|
|
],
|