@foreach($accounts as $account)
{!! BaseHelper::clean($account->name) !!} @if($account->email && ! setting('real_estate_hide_agency_email', 0)) @endif
  • @if($account->properties_count === 1) {{ __(':count property', ['count' => number_format($account->properties_count)]) }} @else {{ __(':count properties', ['count' => number_format($account->properties_count)]) }} @endif
  • @if($account->email && ! setting('real_estate_hide_agency_email', 0))
  • {{ $account->email }}
  • @endif @if($account->phone && ! setting('real_estate_hide_agency_phone', 0))
  • {{ $account->phone }}
  • @endif
@endforeach