diff --git a/resources/views/system/ours.blade.php b/resources/views/system/ours.blade.php
index 8244adb..e7aec9c 100644
--- a/resources/views/system/ours.blade.php
+++ b/resources/views/system/ours.blade.php
@@ -41,7 +41,7 @@
{{ $oo->system->sysop }} |
{{ $oo->system->location }} |
{{ $oo->system->last_session ? $oo->system->last_session->format('Y-m-d H:i') : '-' }} |
- {{ $oo->system->addresses->where('zone_id',$oo->zone_id)->pluck('ftn4d')->join(', ') }} |
+ {{ $oo->system->akas->where('zone_id',$oo->zone_id)->pluck('ftn4d')->join(', ') }} |
{{ $oo->system->zt_id }} |
@endforeach