@extends('layouts.app') @section('title', 'Mes Hostels') @section('content')
Gérez tous vos établissements depuis un seul endroit.
| NOM | LOCALISATION | DEVISE | STATUT | ACTIONS |
|---|---|---|---|---|
|
{{ strtoupper(substr($hostel->name, 0, 1)) }}
{{ $hostel->name }}
|
{{ $hostel->city }}, {{ $hostel->country }} | {{ $hostel->default_currency }} | @if($hostel->id == session('hostel_id')) ★ Actif @else @endif | |
|
🏢
Vous n'avez aucun hostel configuré.Créer votre premier établissement |
||||