@extends('area_riservata.manage.brand.layout.brand') @section('viewpanel')

Elenco dei Tenants

@if (count ($tenants) == 0)

Nessun Tenant trovato per questo Brand

@else @include('layouts.partials.pagenavigator') @foreach ($tenants as $tenant) TCCNAttivo) class="success" @else class="danger" @endif> @endforeach
Alias Tenant Nome Tenant Ragione Sociale Stato Ipermercato Azioni
Alias Tenant Nome Tenant Ragione Sociale Stato Ipermercato Azioni
{{$tenant->TCCNAliasNegozio}} {{$tenant->TCCNNomeNegozio}} {{$tenant->TCCNRagioneSociale}} @if($tenant->TCCNAttivo) Attivo @else Disattivo @endif @if($tenant->TCCNIpermercato) @else No @endif @if ($userCanManageClientiEBrand || $isAdmin) @endif
@endif @if ($userCanManageClientiEBrand || $isAdmin) Aggiungi un nuovo tenant Importazione massiva tenants @endif @stop @section('javascript') @include('area_riservata.manage.brand.tenants_js') @stop