@extends('layouts.app') @section('content')
{{ __('Dashboard') }}
@if (session('status')) @endif @foreach ($tenants as $tenant)
ID: {{ $tenant->id }}

Creato il: {{ $tenant->created_at }}

Aggiornato il: {{ $tenant->updated_at }}

Backup
@endforeach {{ __('You are logged in!') }}
@endsection