@extends('layouts.master') @section('title', 'Tenants') @section('content')

Ajustes Tenants

Tenants

@if(count($tenants)) @foreach ($tenants as $key => $tenant) @endforeach
Nombre Activar Editar
{{ $tenant->nombre }} {!! $tenant->act ? "" : ""!!}
@else

No Existen Registros


@endif
@foreach ($tenants as $tenant) @endforeach @endsection @section('javascript') @endsection