@extends('backend.layouts.master') @section('title') Types de chambres pour {{ $hotel->name }} @endsection @section('body')
@endsection @section('content')| Type | Abr | Max | Capacité | Visible BO | Actions |
|---|---|---|---|---|---|
| {{ $rt->type }} | {{ $rt->abr }} | {{ $rt->max }} | {{ $rt->capacity }} | {{ $rt->visible_be ? 'Oui' : 'Non' }} | Éditer Supprimer Arrangements |