@if($user->role == 'admin') @foreach($resellers as $reseller) @endforeach @endif
{{ __('Филтрирай') }}
@can('add_properties')
{{ __('Добави Обект') }}
@endcan @if (session()->has('success')) {{ session('success') }} @endif @if (session()->has('error')) {{ session('error') }} @endif @foreach($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 @can('manage_property_invoices') {{ __('Фактури') }} @endcan