@extends('layouts.app') @section('title', 'Options') @section('content')
| Salle | Nom | Description | Prix | Statut | Actions |
|---|---|---|---|---|---|
| {{ $option->room->name }} | {{ $option->name }} | {{ Str::limit($option->description, 50) }} | {{ currency($option->price, $option->room->owner) }} | {{ $option->active ? 'Active' : 'Inactive' }} | |
| Aucune option trouvée | |||||