diff --git a/resources/views/livewire/studio/master/user/index.blade.php b/resources/views/livewire/studio/master/user/index.blade.php index 11e46ab..c7dd677 100644 --- a/resources/views/livewire/studio/master/user/index.blade.php +++ b/resources/views/livewire/studio/master/user/index.blade.php @@ -74,15 +74,18 @@ class="w-4 h-4 text-gray-500 dark:text-white flex-shrink-0 mt-0.5" /> -
- Alamat - -
- - {{ $employee['address'] }} + @if ($employee['address']) +
+ + Alamat + +
+ + {{ $employee['address'] }} +
-
+ @endif