@foreach($inactive_properties as $property) @endforeach
Име Subdomain План Статус
{{ $property['name'] }} {{ $property['subdomain'] }} {{ $property['options']['plan'] ?? '-' }} @if($property['status'] == 'active') Потвърден @elseif($property['status'] == 'pending') Непотвърден @endif @can('update_properties') {{ __('Промени') }} @endcan