@extends('super-admin.layout') @section('breadcrumb', 'Dashboard') @section('page-title', 'Vue d\'ensemble de la plateforme') @section('content') {{-- Stats ──────────────────────────────────────────────────── --}}
| Hostel | Propriétaire | Email propriétaire | Statut | Créé le | Actions |
|---|---|---|---|---|---|
|
{{ $hostel->name }}
@if($hostel->city)
📍 {{ $hostel->city }}
@endif
|
{{ $hostel->owner?->name ?? '—' }}
|
{{ $hostel->owner?->email ?? '—' }} | @if($hostel->is_active ?? true) ✅ Actif @else 🚫 Désactivé @endif | {{ $hostel->created_at->format('d/m/Y') }} | Voir |
| Aucun hostel enregistré. | |||||
| Nom | Hostels | Statut | Créé le | |
|---|---|---|---|---|
| {{ $owner->name }} | {{ $owner->email }} | {{ $owner->hostels_count ?? 0 }} hostel(s) | @if($owner->is_active ?? true) Actif @else Désactivé @endif | {{ $owner->created_at->format('d/m/Y') }} |
| Aucun propriétaire enregistré. | ||||